Navigation: Function Reference > General Utility Functions > arccos()

arccos()

Top  Previous  Next

arccos( number: Extended ) : Extended;

 

Returns the arc cosine of number in radians.

 

Parameters

 

number

floating point numeric value

 

floatValue := arccos( 0.5 );

degrees := radToDeg( floatValue );

 

See also:

 

degToRad()

radToDeg()