Complex

Complex number representation

Constructors

this
this(T r, T i)
Undocumented in source.
this
this(T r)
Undocumented in source.

Members

Functions

magnitude
T magnitude()
Undocumented in source. Be warned that the author may not have intended to support it.
norm
T norm()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(T scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(T scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(T scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Complex!(T) opBinary(T scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Complex!(T) opOpAssign(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Complex!(T) opOpAssign(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Complex!(T) opOpAssign(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Complex!(T) opOpAssign(Complex!(T) c)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Complex!(T) opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
reciprocal
Complex!(T) reciprocal()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

im
T im;
Undocumented in source.
re
T re;
Undocumented in source.

Meta