7.3.9.5 The creal functions

Synopsis

1

#include <complex.h>
double creal(double complex z);
float crealf(float complex z);
long double creall(long double complex z);

Description

2

The creal functions compute the real part of z.[1]

Returns

3

The creal functions return the real part value.

Footnotes