fastnum 0.7.4

Fast decimal numbers library
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod add;
pub(crate) mod bits;
pub(crate) mod div;
pub(crate) mod mul;
pub(crate) mod neg;
pub(crate) mod rem;
pub(crate) mod shift;
pub(crate) mod sub;