acos()
Syntax:
#include <math.h> double acos( double arg );
Description:
The acos() function returns the arc cosine of arg. arg should be between -1 and 1.
Related Topics:
asin(), atan(), atan2(), sin(), cos(), tan(), sinh(), cosh(), tanh()
#include <math.h> double acos( double arg );