Tangent =  number .tan .get  (  Angle  )  
                                
Description :

This instruction returns the tangent of an angle value in the range [-360.0, 360.0].

Parameters :

  • The angle must be in the range [-360.0, 360.0] for a defined result.

Return Value :

  • Tangent of the angle.

Examples :