sqrt
fn
float sqrt(float x)Compute square root of x.
| x | sqrt(x) | invalid? |
|---|---|---|
| -0.0 | -0.0 | no |
| <0.0 | NaN | yes |
| +∞ | +∞ | no |
fn
double sqrt(double x)No documentation available for this declaration.
fn
real sqrt(real x)No documentation available for this declaration.