[][src]Function num_integer::sqrt

pub fn sqrt<T: Roots>(x: T) -> T

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