Complex.opBinaryRight

Complex!(CommonType!(T, R)) opBinaryRight(string op, R)(const R r) if ((op == "+" || op == "*") && (isNumeric!R)) const
No documentation available for this declaration.
Complex!(CommonType!(T, R)) opBinaryRight(string op, R)(const R r) if (op == "-" && isNumeric!R) const
No documentation available for this declaration.
Complex!(CommonType!(T, R)) opBinaryRight(string op, R)(const R r) if (op == "/" && isNumeric!R) const
No documentation available for this declaration.
Complex!(CommonType!(T, R)) opBinaryRight(string op, R)(const R lhs) if (op == "^^" && isNumeric!R) const
No documentation available for this declaration.