Name of functions that are similar to atan2

74 Views Asked by At

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?

atan2

1

There are 1 best solutions below

2
On BEST ANSWER

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