v1.1.0
What's Changed
- Impl of cosh/exp at 128 bits and a few tests by @ckormanyos in #527
- Sinh128 by @ckormanyos in #529
- Tanh128 by @ckormanyos in #532
- Logarithmic funcs by @ckormanyos in #536
- Faster zero removal by @mborland in #526
- Drone: divide GCC 7 jobs by @sdarwin in #542
- Restore mistakenly removed promotions by @ckormanyos in #540
- Log10 by @ckormanyos in #544
- Add mingw to CI by @mborland in #545
- Handle pure powers of 10 in pow() function by @ckormanyos in #546
- Impl expm1 64/128 and other small repairs by @ckormanyos in #548
- Preliminary step simplify atan() by @ckormanyos in #549
Full Changelog: v1.0.1...v1.1.0