complex_t

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(real_t re)
Undocumented in source.
this
this(real_t re, real_t im)
Undocumented in source.

Members

Functions

opAdd
complex_t opAdd(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opDiv
complex_t opDiv(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opDiv
complex_t opDiv(real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
int opEquals(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opMul
complex_t opMul(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opMul
complex_t opMul(real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opMul_r
complex_t opMul_r(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
opNeg
complex_t opNeg()
Undocumented in source. Be warned that the author may not have intended to support it.
opSub
complex_t opSub(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

im
real_t im;
Undocumented in source.
re
real_t re;
Undocumented in source.

Meta