Function num::integer::sqrt

source · []
pub fn sqrt<T>(x: T) -> T where
    T: Roots
Expand description

Returns the truncated principal square root of an integer – see Roots::sqrt.