Complex.opOpAssign

Complex opOpAssign(string op, C)(const C z) if ((op == "+" || op == "-") && is(C R == Complex!R)) ref
No documentation available for this declaration.
Complex opOpAssign(string op, C)(const C z) if (op == "*" && is(C R == Complex!R)) ref
No documentation available for this declaration.
Complex opOpAssign(string op, C)(const C z) if (op == "/" && is(C R == Complex!R)) ref
No documentation available for this declaration.
Complex opOpAssign(string op, C)(const C z) if (op == "^^" && is(C R == Complex!R)) ref
No documentation available for this declaration.
Complex opOpAssign(string op, U : T)(const U a) if (op == "+" || op == "-") ref
No documentation available for this declaration.
Complex opOpAssign(string op, U : T)(const U a) if (op == "*" || op == "/") ref
No documentation available for this declaration.
Complex opOpAssign(string op, R)(const R r) if (op == "^^" && isFloatingPoint!R) ref
No documentation available for this declaration.
Complex opOpAssign(string op, U)(const U i) if (op == "^^" && isIntegral!U) ref
No documentation available for this declaration.