inverseSqrt

SSE approximation of reciprocal square root.

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

Meta