$sin

Function $sin calculates the trigonometric sine of an angle.
Syntax
    $sin{some_angle}
DocumentationCalculates the trigonometric sine of an angle:

    Parameters:
      some_angle (in radians), a numeric decimal value
    Returns:
      the the trigonometric sine of some_angle
    Throws:
      a java.lang.NumberFormatException if some_angle is not a numeric decimal value
Examples
Calculate the trigonometric sine of the value 3.14:

    $set{angle}{3.14}
    $set{sine}{$sin{$get{angle}}}
    $//Variable sine should contain the value -0.0015926...
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters <unlimited>