cprojf(3)


NAME

   cproj, cprojf, cprojl - project into Riemann Sphere

SYNOPSIS

   #include <complex.h>

   double complex cproj(double complex z);
   float complex cprojf(float complex z);
   long double complex cprojl(long double complex z);

   Link with -lm.

DESCRIPTION

   These  functions  project  a  point  in the plane onto the surface of a
   Riemann Sphere, the one-point compactification of  the  complex  plane.
   Each finite point z projects to z itself.  Every complex infinite value
   is projected to a single infinite value, namely to positive infinity on
   the real axis.

VERSIONS

   These functions first appeared in glibc in version 2.1.

ATTRIBUTES

   For   an   explanation   of   the  terms  used  in  this  section,  see
   attributes(7).

   ┌────────────────────────────┬───────────────┬─────────┐
   │InterfaceAttributeValue   │
   ├────────────────────────────┼───────────────┼─────────┤
   │cproj(), cprojf(), cprojl() │ Thread safety │ MT-Safe │
   └────────────────────────────┴───────────────┴─────────┘

CONFORMING TO

   C99, POSIX.1-2001, POSIX.1-2008.

NOTES

   In glibc 2.11 and earlier, the implementation does something  different
   (a stereographic projection onto a Riemann Sphere).

SEE ALSO

   cabs(3), complex(7)

COLOPHON

   This  page  is  part of release 4.09 of the Linux man-pages project.  A
   description of the project, information about reporting bugs,  and  the
   latest     version     of     this    page,    can    be    found    at
   https://www.kernel.org/doc/man-pages/.

                              2015-04-19                          CPROJ(3)


More Linux Commands

manpages/sha512sum.1.html
sha512sum(1) - compute and check SHA512 message digest......
Print or check SHA512 (512-bit) checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read in binary mode -c, --check read SHA512 sums f

manpages/bind.n.html
bind(n) - Arrange for X events to invoke Tcl scripts........
The bind command associates Tcl scripts with X events. If all three arguments are specified, bind will arrange for script (a Tcl script) to be evaluated wheneve

manpages/ExtUtils::Installed.3pm.html
ExtUtils::Installed(3pm) - Inventory management of installed
ExtUtils::Installed provides a standard way to find out what core and module files have been installed. It uses the information stored in .packlist files create

manpages/postcat.1.html
postcat(1) - show Postfix queue file contents (Man Page)....
The postcat(1) command prints the contents of the named files in human-readable form. The files are expected to be in Postfix queue file format. If no files are

manpages/gnutls_pkcs12_deinit.3.html
gnutls_pkcs12_deinit(3) - API function - Linux manual page
This function will deinitialize a PKCS12 structure. REPORTING BUGS Report bugs to &lt;bug-gnutls@gnu.org&gt;. GnuTLS home page: http://www.gnu.org/software/gnutls/ Ge

manpages/Encode::Unicode.3pm.html
Encode::Unicode(3pm) - Various Unicode Transformation Format
xmlgraphics-fop - Formatter for Printing XSLT Processed XML Files Classname: org.apache.fop.cli.Main xmlgraphicsfop [fo | xml] infile [xsl file] [awt | ....

manpages/glutExtensionSupported.3.html
glutExtensionSupported(3) - helps to easily determine whethe
glutExtensionSupported helps to easily determine whether a given OpenGL extension is supported or not. The extension parameter names the extension to query. The

manpages/wcscpy.3.html
wcscpy(3) - copy a wide-character string - Linux man page...
The wcscpy() function is the wide-character equivalent of the strcpy(3) function. It copies the wide-character string pointed to by src, including the terminati

manpages/ifcfg-bonding.5.html
ifcfg-bonding(5) - interface bonding configuration (ManPage)
To setup a bonding interface you need a configuration file ifcfg-bond&lt;X&gt; with the usual network settings. But you must add additional variables BONDING_MASTER..

manpages/libc.7.html
libc(7) - Overview of standard C libraries on Linux.........
libc.7 - The term libc is commonly used as a shorthand for the standard C library, a library of standard functions that can be used by all C programs (and somet

manpages/gnutls_compression_get_id.3.html
gnutls_compression_get_id(3) - API function - Linux man page
The names are compared in a case insensitive way. RETURNS an id of the specified in a string compression method, or GNUTLS_COMP_UNKNOWN on error. REPORTING BUGS

manpages/kismet_drone.conf.5.html
kismet_drone.conf(5) Wireless sniffing and monitoring drone
kismet_drone uses a minimalized configuration file, similar in options to the main kismet server configuration file. By default, the drone config is in /usr/loc





We can't live, work or learn in freedom unless the software we use is free.