dashu-float 0.4.3

A big float library supporting arbitrary precision, arbitrary base and arbitrary rounding mode
Documentation
1
2
3
4
5
//! Re-exported relevant operator traits from `dashu-base`

pub use dashu_base::math::{CubicRoot, EstimatedLog2, SquareRoot};
pub use dashu_base::ring::{DivEuclid, DivRemEuclid, RemEuclid};
pub use dashu_base::sign::Abs;