Posts Tagged ‘cimagl’

cimag, cimagf, cimagl – get imaginary part of a complex number
USAGE
#include <complex.h>

double cimag(double complex z);
float cimagf(float complex z);
long double cimagl(long double complex z);

[...]

Thursday, August 27th, 2009 at 00:21 | Comments Off
Categories: c
TOP