Scalar. Returns the sine of a given value. sine() is an alias.
sin ( value ) sine ( value )
value | A float. |
Returns the sine of a given value, expressed in radians. The function takes a float as its argument, and the function returns a float.
sin ( pi() ) returns 0.