Important
|
Deprecated in 5.0. Please use [func-math-sin] instead. |
sin(x) => Float
Calculates sine from given angle in radians.
x |
Float |
Angle in radian |
Return
Result of sine for this angle
Example
print(sin(0.5)); //will print 0.479426