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 |
#5 in #sqrt
Used in netherrack
7KB
107 lines
#Integral Square Root for Rust
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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