v2.1.0
What's Changed
- elliptic integral improvements by @ckormanyos in #624
- Improve multiplication for decimal128_fast by @mborland in #662
- Ellint coverage by @ckormanyos in #666
- Remove unneeded calculation of modulus from division by @mborland in #667
- Replace NaN types for invalid arguments by @mborland in #671
- Improve fast type coverage by @mborland in #669
- Funcs and cover by @ckormanyos in #670
- Improved basic operators for 32 and 64 bit types by @mborland in #677
- Fix drone ASAN runs by @mborland in #682
- Refactor decimal128 and decimal128_fast by @mborland in #683
- Improve testing coverage by @mborland in #685
- Improve 32-bit addition implementation by @mborland in #689
- Improve 64 and 128 bit addition implementations by @mborland in #691
- Remove recursive call from 32 bit operator- by @mborland in #693
- Improve 64 and 128 bit subtraction by @mborland in #696
Full Changelog: v2.0.0...v2.1.0