Find the sine of a value
Float:fsin( Float:value )
Find the sine of the given value.
The value is assumed to be in radians.
value
Returns the sine of value.
new Float:x; x = fsin( PI/4 ); // 0.70710...