fastnum2 0.3.6

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