Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Last Altered:
Function [other Function type actions]
Item [operators of similar scope]
Mathematical [other Mathematical operators]
Baseline
As at baseline
atan(radiansNum)
atan() converts its radiansNum, in radians, to the arctangent of that value.
$MyNumber = atan(6);
returns 1.405647649 for an input of 6 radians.