NAME
asin - compute arc sine
SYNOPSIS
float asin(float x)
DESCRIPTION
Return the arc sine of the argument.
ERRORS
If the argument is less than -1 or larger than 1, an error will result.
asin - compute arc sine
float asin(float x)
Return the arc sine of the argument.
If the argument is less than -1 or larger than 1, an error will result.