DESCRIPTION
Let
.Sm off a + b * i
.Sm on denote the complex number z. The cimag functions return the imaginary part b.
The conj functions return the complex conjugate
.Sm off a - b * i.
.Sm on
The creal functions return the real part a.
STANDARDS
The cimag, conj and creal functions conform to -isoC-99.
HISTORY
The cimag, conj and creal functions first appeared in
.Fx 5.3 .