rsqrt

Computes the inverse square root of x

@IEEECompliant("rSqrt", 42)
D
rsqrt
(
D
)
(
auto const ref D x
)

Throws

InvalidOperationException if x is signaling NaN or negative, InexactException, UnderflowException, DivisionByZeroException

Special values

xrsqrt(x)
NaNNaN
< 0.0NaN
±0.0NaN
+∞+∞

Meta