#square-root #square #root #sqrt

integral_square_root

Square root (returned as f64) for integral types

4 releases (2 stable)

Uses old Rust 2015

1.0.1 Apr 8, 2016
1.0.0 Aug 2, 2015
0.0.1 Aug 2, 2015
0.0.0 Aug 2, 2015

#7 in #sqrt

26 downloads per month
Used in netherrack

MIT/Apache

7KB
107 lines

#Integral Square Root for Rust

Build Status Crates.io

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Square root functionality for integral types

These all return f64 for extra precision. Feel free to down-cast if needed

No runtime deps