ATAN

ATAN(arg1) → { number | string | boolean }

Returns the arctangent of a number in radians, in the range -Pi/2 to Pi/2.

Parameters:

Name Type Description
arg1 number

Is the tangent of the angle you want.

Returns:

Type
number | string | boolean