7.3.9.5 The creal functions
Synopsis
#include <complex.h>
double creal(double complex z);
float crealf(float complex z);
long double creall(long double complex z);
Description
The creal functions compute the real part of z.[1]
Returns
The creal functions return the real part value.
Footnotes