|
NAMEcimag , cimagf ,
cimagl , conj ,
conjf , conjl ,
cproj , cprojf ,
cprojl , creal ,
crealf , creall —
functions to manipulate complex numbers
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <complex.h>
double
float
long double
double complex
float complex
long double complex
double complex
float complex
long double complex
double
float
long double
DESCRIPTIONLet a+b*i denote the complex number z.The The The These functions do not signal any floating point exceptions. STANDARDSThecimag (), conj (),
cproj (), and creal () functions
conform to ISO/IEC 9899:1999
(“ISO C99”).
HISTORYThecimag (), conj () and
creal () functions first appeared in
FreeBSD 5.3. The cproj ()
functions appeared in FreeBSD 8.0.
Visit the GSP FreeBSD Man Page Interface. |