dashu-int 0.4.1

A big integer library with good performance
Documentation
1
2
3
4
5
6
7
8
9
//! Re-exported relevant operator traits from `dashu-base`

pub use dashu_base::bit::{BitTest, PowerOfTwo};
pub use dashu_base::math::{CubicRoot, EstimatedLog2, SquareRoot};
pub use dashu_base::ring::{
    CubicRootRem, DivEuclid, DivRem, DivRemAssign, DivRemEuclid, ExtendedGcd, Gcd, RemEuclid,
    SquareRootRem,
};
pub use dashu_base::sign::{Abs, UnsignedAbs};