z.
For genericity, if called on a real number, returns its square.
z | A complex number. |
x | A real number. |
z.
For genericity, if called on a real number, returns its square.
T sqAbs(T)(const T x) if (isFloatingPoint!T) @safe pure nothrow @nogcditto