Sin

Parameters
radians real

The input radians.

comment

Takes a real value input in radians and returns its sine value. The domain of the input is all real numbers and the range of the output is -1 to 1 inclusive.

patch

1.00

pure
This function is pure. For the same values passed to it, it will always return the same value.
return type
real
Source code
native Sin      takes real radians returns real
Source
common.j
wc3modding.com
Sin