VMS Help CC, Run-time functions, asin *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns a value in the range -pi/2 to pi/2, which is the arc sine of its radian argument. Syntax: #include <math.h> double asin(double x);
|