Roots trait provides sqrt, cbrt, and nth_root methods, calculating an Integer's principal roots rounded toward zero.Contributors: @cuviper
i128 crate feature now causes the build script to panic if such support is not detected.Contributors: @cuviper
Integer is now implemented for i128 and u128 starting with Rust 1.26, enabled by the new i128 crate feature.Contributors: @cuviper
Integer::is_multiple_ofstd feature, enabled by default, along with the implication that building without this feature makes this a #[no_std] crate.Contributors: @cuviper, @jaystrictor
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!