Calculates the arcsine of a double value.
#include <math.h> double asin (double x);
x
x
is less than -1 or greater than 1; function sets errno to EDOM and prints a DOMAIN error message to stderr.
Note: This function does not return standard ANSI domain or range errors.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/math.h | math.h | clib.lib |