2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00

5 Commits

Author SHA1 Message Date
jzmaddock
4428599387 Add temporary fix for apple/clang issue. 2024-05-02 19:22:19 +01:00
Matt Borland
7a907165d1 Skip test_autodiff_8 with clang 5 (#491)
* Skip test_autodiff_8 with clang 5

* Increase acceptable error to try to green up build.

* Try to green up build by increasing acceptable accuracy.

* Fix for issue 489 (#490)

* Only test using GCC versions > 7

* Add test guards to pchip_test

* Skip test_autodiff_8 with clang 5

* Move location of exclusion

* Fix merge

Co-authored-by: Nick Thompson <nathompson7@protonmail.com>
2021-01-15 11:35:30 -05:00
jzmaddock
2d6cd609c9 Autodiff: minimise #includes and change type_traits usage to the std versions.
Update tests to match.
2020-01-25 18:41:40 +00:00
Matt Pulver
ee4a4181f0 Remove lexical_cast<> dependencies. 2019-07-05 08:51:59 -04:00
pulver
95defb67df Add make_ftuple(), digamma(), lgamma(), tgamma(), doc/test updates. (#218)
Improve tests and coverage. C++11/14 support. (@kedarbhat)
2019-06-25 17:31:48 -07:00