
30 Apr
2012
30 Apr
'12
3:54 p.m.
2) Ditto for the LN_10 and LN_2 constants. Does boost::math::constants support ln_ten()? I do know that it has ln_two().
The obvious constant LN_10 = ln(10) = 2.30258509 seems to have slipped through the Boost.Math constants net.
But we should probably add ln(10) as people are more likely to be looking for that? Paul
Yes, even though I am somewhat familiar with the constants, I did not find what I was looking for at cursory glance. We should probably add ln_ten() to the collection. Thanks, Paul. Best regards, Chris.