#include <math.h> double asin( double arg );
The asin() function returns the arc sine of arg. arg should be between -1 and 1.