mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
156cc9fb23
Clarify that isqrt returns the principal (non-negative) square root Clarify which root is returned from `isqrt` and `checked_isqrt` Fixes: https://github.com/rust-lang/rust/issues/154000 Previous PRs: https://github.com/rust-lang/rust/pull/154462