-
Notifications
You must be signed in to change notification settings - Fork 43
Roadmap
Ugljesa Jovanovic edited this page May 11, 2019
·
1 revision
- Functionality close to what Java BigInteger and BigDecimal provide
- Naive/Unoptimized implementations, but working and properly tested
- Very unstable API
- Implement more optimized and faster algorithms for arithmetic operations (Karatsuba, FFT, Toom-Cook...)
- Implement log, pow, sqrt, n-th root functions
- Bring API close to final release based on feedback from the community