numeric.atn()

Arctangent function. The arctangent is the angle whose tangent is number.

numeric.atn( )

Returns: Number

This function does not take any arguments.

Examples

angle_tangent = 1;
dump(angle_tangent.Atn());

See also