sqrt

fnfloat sqrt(float x)

Compute square root of x.

x sqrt(x) invalid?
-0.0 -0.0 no
<0.0 NaN yes
+∞ +∞ no
fndouble sqrt(double x)
No documentation available for this declaration.
fnreal sqrt(real x)
No documentation available for this declaration.