C Programming/complex.h/cproj
cproj is a standard C programming language function.
Prototypes
editdouble complex cproj(double complex z);
float complex cprojf(float complex z);
long double complex cprojl(long double complex z);
Purpose
editUsed to compute complex projection functions.
Parameters
editThe values which have to be projected are specified by z.
Description
editThis is complex projection functions. these are available for integrity servers. The projection of complex floating point-number z onto the Riemann sphere is done by cproj(). But all complex infinities are projected to positive infinity on the real axis.
Return value
editThe cproj() return the value of projection on Riemann sphere.