asin()
Syntax:
#include <math.h> double asin( double arg );
Description:
The asin() function returns the arc sine of arg. arg should be between -1 and 1.
Related Topics:
acos(), atan(), atan2(), sin(), cos(), tan(), sinh(), cosh(), tanh()
#include <math.h> double asin( double arg );