Manpage of 'creall' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for creall
Other pages
for creall
More pages
containing creall

Section 3 manual page or howto for 'creall'  

CIMAG(3)	       FreeBSD Library Functions Manual 	      CIMAG(3)

NAME
     cimag, cimagf, cimagl, conj, conjf, conjl, creal, crealf, creall -- func-
     tions to manipulate complex numbers

LIBRARY
     Math Library (libm, -lm)

SYNOPSIS
     #include <complex.h>

     double
     cimag(double complex z);

     float
     cimagf(float complex z);

     long double
     cimagl(long double complex z);

     double complex
     conj(double complex z);

     float complex
     conjf(float complex z);

     long double complex
     conjl(long double complex z);

     double
     creal(double complex z);

     float
     crealf(float complex z);

     long double
     creall(long double complex z);

DESCRIPTION
     Let a+b*i denote the complex number z.

     The cimag() functions return the imaginary part b.

     The conj() functions return the complex conjugate a-b*i.

     The creal() functions return the real part a.

STANDARDS
     The cimag(), conj() and creal() functions conform to ISO/IEC 9899:1999
     (``ISO C99'').

HISTORY
     The cimag(), conj() and creal() functions first appeared in FreeBSD 5.3.

FreeBSD 7.2			August 7, 2004			   FreeBSD 7.2

NAME - LIBRARY - SYNOPSIS - DESCRIPTION - STANDARDS - HISTORY -  
All manual pages         All RFC pages
Common page
for creall
Other pages
for creall
More pages
containing creall
A random manual page         All manual pages        All RFC pages