Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@soatok soatok released this 04 Oct 05:14
· 17 commits to master since this release

Big Chungus Numbers Have Landed

Soatok is delighted with this progress.

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.