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