·
103 commits
to develop
since this release
What's Changed
- Suppress unused parameter warnings by @Flamefire in #1223
- Update library version by @mborland in #1224
- Fix clang warning when compiling with -ffast-math: use of infinity is undefined behavior due to the currently enabled floating-point options by @pps83 in #1222
- First batch changes double-fp-backend by @ckormanyos in #1226
- Change minimum clang version for -Wnan-infinity-disabled by @mborland in #1225
- Query cyl_bessel_k for cpp_double_double by @ckormanyos in #1228
- Fix constexpr cmath floor of 1 returning 0 #1232 by @yousseflakhal in #1233
- Simplify the formula for the CDF of the Cauchy distribution. by @WarrenWeckesser in #1234
- Update gamma.hpp by @kenarab in #1236
- DOC: Update description of the Cauchy cdf and its complement. by @WarrenWeckesser in #1237
- Fix check for clang warning -Wnan-infinity-disabled by @pps83 in #1238
- Miscellaneous comment and doc corrections. by @WarrenWeckesser in #1239
New Contributors
- @yousseflakhal made their first contribution in #1233
Full Changelog: boost-1.87.0...boost-1.88.0