2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

4 Commits

Author SHA1 Message Date
jzmaddock
1d1a52cc27 Correct gauss and gauss_kronrod integrators with strange-precision types. 2024-02-09 18:11:18 +00:00
jzmaddock
c5feae34bb Simplify tables of constants in gauss and gauss_kronrod code.
Also mark up anything that uses BOOST_MATH_HUGE_CONSTANT as unreachable by code coverage as gcov seems to have an issue with it.
2024-02-02 18:48:57 +00:00
jzmaddock
b2b839ab4c Try and fix Mingw gcc-8 failures. 2024-02-01 20:05:58 +00:00
jzmaddock
c35f12c1f5 Update pre-computed constexpr Gauss and Gauss-Kronrod constants
to always store literal types.
Fixes: https://github.com/boostorg/math/issues/1077.
2024-02-01 18:43:41 +00:00