[go: up one dir, main page]

Function sqrt

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

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