C Programming/complex.h/casin
Prototypes
editdouble complex casin(double complex z);
float complex casinf(float complex z);
long double complex casinl(long double complex z);
Description
editThese functions compute and return the complex arc sine value, in the range of a strip mathematically unbounded along the imaginary axis and in the interval [-π/2, +π/2] along the real axis.