FACOSD |
Top Previous Next |
Syntax FLOAT = FACOSD(num as FLOAT) Description Calculates the Arccosine of an number. Parameters num - The number to calculate the arccosine of. Return value The angle in degrees. Remarks Uses FLOAT precision instead of DOUBLE for time critical applications. Example usage myacos = FACOSD(.8665) |