Function acos( x )
- Description:
-
Arc cosine of an angle.
The result is in the range of 0.0 through pi.
- Parameters:
-
- x (floating point)
- the value whose arc cosine is to be returned.
- Return Value (floating point):
- the arc cosine of the argument (radians)
- Signature:
- double acos(double)