contents index previous next
Clib.acos()
syntax:
Clib.acos(x)
where:
x - number to work with.
return:
number - arc cosine of x.
description:
This method returns the arc cosine of x in the range of 0 to pi radians.
see:
Clib.cos()
Clib.asin()