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

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