The system function MathLib.sin that returns the sine of a number. The result is in the range of -1 to 1.
MathLib.sin(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.sin(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib