double asin(double value)
The asin function returns the arc sine of the value argument. Trying to findthe arc sine of
a value greater than one or less than negative one is undefined.
double asin(double value)
The asin function returns the arc sine of the value argument. Trying to findthe arc sine of
a value greater than one or less than negative one is undefined.