The system function MathLib.tan returns the tangent of a number.
MathLib.tan(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.tan(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib