Angle =  number .atan .get  (  Value  )  
                                
Description :

This instruction computes the arc tangent of a value.

The range [-INF,+INF] maps to ]-90, 90[.

Parameters :

  • Value to use as an argument for this function.

Return Value :

  • Angle expressed in degrees.

Examples :