| CREAL(3) | Library Functions Manual | CREAL(3) |
creal, crealf,
creall — complex real
functions
Math Library (libm, -lm)
#include <complex.h>
double
creal(double
complex z);
float
crealf(float
complex z);
long double
creall(long
double complex z);
The
creal(),
crealf()
and
creall()
functions compute the real part of z.
The creal(),
crealf() and creall()
functions return the real part of z.
The creal(),
crealf() and creall()
functions conform to ISO/IEC 9899:1999
(“ISO C99”).
| June 7, 2025 | Debian |