Computes the projection onto the Riemann sphere.
#include <math.h> double complex cproj(double complex x); float complex cprojl(float complex x); long double complex cprojl(long double complex x);
x
A complex value.
This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.