This is an old revision of the document!
facos
Find the arc-cosine of a value
Description
Float:facos( Float:value )
Find the arc-cosine of the given value.
The return value is in radians.
Parameters
 value  | input value | 
Return value
Returns the arc-cosine in radians of value.
Example usage
new Float:x; x = facos( 1 ); // 0