CIMAG(3) OpenBSD Programmer's Manual CIMAG(3)NAME
cimag, cimagf - compute the imaginary part of a complex number
SYNOPSIS
#include <complex.h>
double
cimag(double complex z);
float
cimagf(float complex z);
DESCRIPTION
The cimag() and cimagf() functions compute the imaginary part of z.
RETURN VALUES
The cimag() and cimagf() functions return the imaginary part of the
complex number z as a real number.
STANDARDS
The cimag() and cimagf() functions conform to ISO/IEC 9899:1999 (``ISO
C99'').
OpenBSD 4.9 July 19, 2010 OpenBSD 4.9