imaginary
imaginary
Defined in header <complex.h> | ||
---|---|---|
#define imaginary _Imaginary | (since C99) |
This macro expands to the keyword _Imaginary.
This is a convenience macro that makes it possible to use float imaginary
, double imaginary
, and long double imaginary
as an alternative way to write the three pure imaginary C types float _Imaginary
, double _Imaginary
, and long double _Imaginary
.
As with any pure imaginary number support in C, this macro is only defined if the imaginary numbers are su