dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
sqrt
core
math
Compute square root of x.
Special Values
x
sqrt(x)
invalid?
-0.0
-0.0
no
<0.0
NaN
yes
+∞
+∞
no
@
nogc
nothrow @
safe
pure
float
sqrt
(
float
x
)
Meta
Source
See Implementation
core
math
functions
cos
fabs
ldexp
rint
rndtol
rndtonl
sin
sqrt
toPrec
yl2x
Compute square root of x.