Hello Developers, Hello John,
thanks for making the float128_t features I missed available in boost 1.71. But:
- I miss in boost::math::constants log2_e (M_LOG2E); You have written in the documentation that all constants are now available; are there any other constants missing?
- in boost/multiprecision/float128.hpp, the value in numeric_limits
On 12/09/2019 00:52, Gero Peterhoff via Boost wrote:
Hello Developers, Hello John, thanks for making the float128_t features I missed available in boost 1.71. But: - I miss in boost::math::constants log2_e (M_LOG2E); You have written in the documentation that all constants are now available; are there any other constants missing?
That's the same as 1/ln(2) or 1 / boost::math::constants::ln_two<T>() But it's come up before so I'll add it shortly.
- in boost/multiprecision/float128.hpp, the value in numeric_limits
::is_bounded must be true
Good catch, corrected in develop. Thanks, John.
Thanks and Greetings Gero
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
participants (2)
-
Gero Peterhoff
-
John Maddock