Calculates the arc cosine of a complex number.
float complex cacosf(float complex z);
double complex cacos(double complex z);
long double complex cacosl(long double complex z);
z Complex number for which arc cosine is to be computed
The cacos function returns the arc cosine in the range [0, π] on the real axis and in the infinite range on the imaginary axis.