fastnum2 0.3.6

fork of Fast decimal numbers library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod abs;
pub(crate) mod add;
pub(crate) mod div;
pub(crate) mod exp;
pub(crate) mod ln;
pub(crate) mod mul;
pub(crate) mod pow;
pub(crate) mod recip;
pub(crate) mod rem;
pub(crate) mod sqrt;
pub(crate) mod sub;