Computes the real part of a complex number.
#include <math.h> double creal(double complex x); float crealf(float complex x); long double creall(long double complex x);
x
A complex value.
This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.