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