double acos(double x)
Document: The C Standard Library
double atan(double x)
Mathematical Functions: math.h
double asin(double x)
The return value is the inverse cosine
or arccosine of x.
x must be in the interval
.
The return value will be expressed in radians
and lie in the interval
.
McMullin@eeng.dcu.ie
Fri Mar 29 14:35:38 GMT 1996