Angle =  number .atan2 .get  (  ValueY ,  ValueX  )  
                                     
Description :

This instruction computes the arc tangent of a Y/X.

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

Parameters :

  • Y Value to use as an argument for this function.
  • X Value to use as an argument for this function.

Return Value :

  • Angle expressed in degrees.

Examples :