Computes the imaginary part of a complex number.
#include <math.h>
double cimag(double complex x);
float cimag(float complex x);
long double cimagl(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.