Calculates the arc sine of a complex number.
float complex casinf(float complex z);
double complex casin(double complex z);
long double complex casinl(long double complex z);
z Complex number for which arc sine is to be computed
The casin function returns the arc sine in the range [–π/2, π/2] on the real axis and in the infinite range on the imaginary axis.