sqrt
fn
float sqrt(float x) @nogc nothrow @safe pureCompute square root of x.
| x | sqrt(x) | invalid? |
|---|---|---|
| -0.0 | -0.0 | no |
| <0.0 | NaN | yes |
| +∞ | +∞ | no |
fn
double sqrt(double x) @nogc nothrow @safe pureNo documentation available for this declaration.
fn
real sqrt(real x) @nogc nothrow @safe pureNo documentation available for this declaration.