
26 Apr
2011
26 Apr
'11
12:04 p.m.
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.