Expand description
The meta crate that re-exports all dashu
numeric types.
Modules
- Defintions of common traits
- Arbitrary precision floating point number
- Arbitrary precision integer number
- Arbitrary precision rational number
Macros
- Create an arbitrary precision float number (dashu_float::DBig) with base 10 rounding to the nearest.
- Create an arbitrary precision float number (dashu_float::FBig) with base 2 rounding towards zero.
- Create an arbitrary precision signed integer (dashu_int::IBig)
- Create an arbitrary precision rational number (dashu_ratio::RBig or dashu_ratio::Relaxed).
- Create an arbitrary precision float number (dashu_float::DBig), with base 10 rounding to the nearest, as a static reference.
- Create an arbitrary precision float number (dashu_float::FBig), with base 2 rounding towards zero, as a static reference.
- Create an arbitrary precision signed integer (dashu_int::IBig) as a static reference.
- Create an arbitrary precision rational number (dashu_ratio::RBig or dashu_ratio::Relaxed) as a static reference.
- Create an arbitrary precision unsigned integer (dashu_int::UBig) as a static reference.
- Create an arbitrary precision unsigned integer (dashu_int::UBig)