There was a grouping I saw once of functions that are similar to atan2 where the Y result can only ever be below 1 and over -1 and the closer the value is to the maximum or minimum the longer it takes to reach it on the X axis (until infinity).
Does anyone know the name of these functions?

Such functions are called sigmoid. Differentiable everywhere with non-negative derivative, bounded.