Find the arc-cosine of a value
Float:facos( Float:value )
Find the arc-cosine of the given value.
The return value is in radians.
value
Returns the arc-cosine in radians of value.
new Float:x; x = facos( 1 ); // 0