Arctangent function. The arctangent is the angle whose tangent is number.
numeric.atn( )
Returns: Number
This function does not take any arguments.
angle_tangent = 1; dump(angle_tangent.Atn());