2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 07:02:08 +00:00
Files
math/include_private
Joachim Wuttke a241e1da73 solve.hpp: fabs -> std::abs in templated function (#644)
* solve.hpp: fabs -> std::abs in templated function

correction needed to make boost::math::tools::solve<T> work with T=long double

* using std::abs as suggested by Nick
2021-06-19 18:57:50 -04:00
..