inverseSqrt

SSE approximation of reciprocal square root.

nothrow @nogc deprecated @nogc
T
inverseSqrt
(
T
)
(
T x
)
if (
is(T : float) ||
is(T : double)
)

Meta