[src]

Function std::num::rsqrt

pub fn rsqrt<T: Float>(value: T) -> T

Take the reciprocal (inverse) square root of a number, 1/sqrt(x).