Skip to content

Roadmap

Ugljesa Jovanovic edited this page May 11, 2019 · 1 revision

0.1.0 - BigInteger, BigDecimal, ModularInteger implementations

  • Functionality close to what Java BigInteger and BigDecimal provide
  • Naive/Unoptimized implementations, but working and properly tested
  • Very unstable API

0.2.0 - BigInteger algorithm improvements

  • Implement more optimized and faster algorithms for arithmetic operations (Karatsuba, FFT, Toom-Cook...)

0.3.0 - BigDecimal additional functions

  • Implement log, pow, sqrt, n-th root functions

0.4.0 - API stabilization

  • Bring API close to final release based on feedback from the community

0.5.0- First beta release