
There are some strange failures in Boost.Math for Clang on Darwin, for example: boost::math::binomial_coefficient<long double>(42, 15); Appears to be returning zero. The code is pretty simple, so is anyone able to step through it and see what's going wrong (it seems to be working OK for type double BTW). Thanks, John.

John Maddock wrote:
There are some strange failures in Boost.Math for Clang on Darwin, for example:
boost::math::binomial_coefficient<long double>(42, 15);
Appears to be returning zero.
FYI, it returns something like 9.86724e+10 in Clang TOT (trunk 129735). Regards, Michel

There are some strange failures in Boost.Math for Clang on Darwin, for example:
boost::math::binomial_coefficient<long double>(42, 15);
Appears to be returning zero.
FYI, it returns something like 9.86724e+10 in Clang TOT (trunk 129735).
Sounds like it might be an issue that's been fixed then.... hopefully... :-) Cheers, John.
participants (2)
-
John Maddock
-
Michel MORIN