/sys$common/syshlp/helplib.hlb CC, Run-time functions, acos *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns a value in the range 0 to pi, which is the arc cosine of its radian argument. Syntax: #include <math.h> double acos(double x);
|