Calculates the projection of a complex number on the Riemann sphere.
float complex cprojf(float complex z);
double complex cproj(double complex z);
long double complex cprojl(long double complex z);
z Complex number for which the projection on the Riemann sphere is to be computed