Name

atan

Examples
a = PI/3
t = tan(a)
at = atan(t)
Description The inverse of tan(), returns the arc tangent of a value. This function expects the values in the range of -Infinity to Infinity (exclusive) and values are returned in the range -PI/2 to PI/2 .
Syntax
atan(value)
Parameters
valuefloat: the value whose arc tan is to be returned
Related tan
asin
acos
Creative Commons License