complex_t

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

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

opBinary
complex_t opBinary(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
complex_t opBinary(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
complex_t opBinary(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
complex_t opBinary(real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
complex_t opBinary(real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
complex_t opBinary(complex_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
complex_t opBinaryRight(real_t x)
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.
opEquals
int opEquals(complex_t y)
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.

Variables

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

Meta