osx man page for cprojf

Query: cprojf

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CPROJ(3)						   BSD Library Functions Manual 						  CPROJ(3)

NAME
cproj -- projection onto the Riemann sphere
SYNOPSIS
#include <complex.h> double complex cproj(double complex z); long double complex cprojl(long double complex z); float complex cprojf(float complex z);
DESCRIPTION
cproj(z) computes the projection of a complex floating-point number z onto the Riemann sphere: for any finite z, cproj(z) = z, but all com- plex infinities (including infinities with one NaN part) project to positive infinity on the real axis. Specifically, if z = x + iy has an infinite part (one of x or y is infinity), then cproj(z) is equivalent to INFINITY + I*copy- sign(0.0,cimag(z)).
NOTE
cproj() projects onto the C99 "Riemann Sphere", which may not agree with the mathematical notion of the Riemann Sphere; in particular, it has two infinites (inf +- 0i) and four zeroes (+-0 +- 0i).
SEE ALSO
complex(3)
STANDARDS
The cproj() function conforms to ISO/IEC 9899:2011. 4th Berkeley Distribution December 11, 2006 4th Berkeley Distribution
Related Man Pages
cproj(3m) - opensolaris
cprojl(3m) - sunos
cproj(3) - php
cprojf(3) - posix
cprojl(3) - posix
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Hearing Aid for OSX 10.12.x and greater.
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...
Python: Refer a properties file from different location