complex library
<complex.h> implementation for stdc
Contains complex number arithmetic.
Classes
- complex
-
Represents a complex number
real + imag * i.
Extensions
- ComplexStdc on Stdc
- Standard complex math operations.
Typedefs
- double_complex = complex
-
Alias for complex mapping to C's
double complex. - float_complex = complex
-
Alias for complex mapping to C's
float complex.