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 | input value (angle in radians) |
Returns the cosine of value
.
new Float:x; x = fcos( PI/4 ); // 0.70710...