- 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.