30 Dec
2020
30 Dec
'20
5:29 p.m.
John Maddock wrote:
Math/Special Functions ...
All of them come under Boost.Math, and all are moving to C++11 in the next release (OK, so here and there stuff may work in C++03, but it won't be tested any more).
I'm using this as an opportunity to note that I've implemented the (C++11) floating point classification and sign manipulation functions in boost/core/cmath.hpp, in order to allow libraries that only need those to no longer have a dependency on Math. E.g. https://github.com/boostorg/lexical_cast/pull/39 https://github.com/boostorg/random/pull/77 The functions in Core support C++03.