C Programming/complex.h/creal

Prototypes

edit
double creal(double complex z);
float crealf(float complex z);
long double creall(long double complex z);

Description

edit

These functions compute and return the real part value.