sqrt

fnfloat sqrt(float x) @nogc nothrow @safe pure

Compute square root of x.

x sqrt(x) invalid?
-0.0 -0.0 no
<0.0 NaN yes
+∞ +∞ no

fndouble sqrt(double x) @nogc nothrow @safe pure
No documentation available for this declaration.
fnreal sqrt(real x) @nogc nothrow @safe pure
No documentation available for this declaration.