NAME
aaccooss - arc cosine function
SYNOPSIS
##iinncclluuddee <
double aaccooss(double x); long double aaccoossll(long double x); float aaccoossff(float x);> DESCRIPTION
The aaccooss() function computes the principle value of the arc cosine of x. The result is in the range [0, pi]. SSPPEECCIIAALL VVAALLUUEESS aaccooss(1) returns +0.aaccooss(x) returns a NAN and raises the "invalid" floating-point exception
for |x| > 1.SEE ALSO
sin(3), cos(3), tan(3), asin(3), atan(3), atan2(3), sinh(3), cosh(3), tanh(3), math(3) STANDARDS The aaccooss() function conforms to ISO/IEC 9899:1999(E). BSD November 14, 2002 BSD