Function num_integer::sqrt [−][src]
pub fn sqrt<T: Roots>(x: T) -> T
Expand description
Returns the truncated principal square root of an integer – see Roots::sqrt.
pub fn sqrt<T: Roots>(x: T) -> T
Returns the truncated principal square root of an integer – see Roots::sqrt.