VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / ACOS
In This Topic
ACOS
In This Topic
Arc Cosine
Returns the angle (in radians) whose cosine is the given float.


Example

SELECT ACOS(0.87)

RETURNS:  0.51559400624609053
See Also