Version 0.3.0
Big Chungus Numbers Have Landed
Version 0.3.0 introduces a collection of big number arithmetic functions. This is a full-featured integer arithmetic library, supporting:
- Addition
- Subtraction
- Multiplication
- Division
- Modulo operators (remainder of division)
- Left- and right-shifting
- Exponentiation
- Modular exponentiation
- GCD
- Modular inversion
You can learn more about them here.