Registry / utility / integer-sqrt

integer-sqrt

JSON →
library0.1.5rscratesunverified

Implements integer square root algorithms for primitive Rust types.

# Cargo.toml [dependencies] integer-sqrt = "0.1.5"
INSTALL
IMPORT
SIG · INTEGER-SQRT
I
integer-sqrt
utilityrustv0.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IntegerSquareRoot
use integer_sqrt::IntegerSquareRoot;

Computes the integer square root of a number.

use integer_sqrt::IntegerSquareRoot; fn main() { let n: u64 = 25; let sqrt = n.integer_sqrt(); println!("Square root of {} is {}", n, sqrt); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
integer-sqrt — cargo add integer-sqrt · libregistry