$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [math] Numeric constants docs out of date?
From: Krzysztof Czainski (1czajnik_at_[hidden])
Date: 2012-04-17 11:28:03
W dniu 9 kwietnia 2012 10:42 u¿ytkownik John Maddock <boost.regex_at_[hidden]
> napisa³:
> Great collection. And I remember adding some suggestions.
>>
>> In "The Mathematical Constants" section of the docs in the column
>> "Value (6 decimals)", the constants listed below are, I believe,
>> too large by a factor of 10. Looks like a trivial cut-paste error.
>>
>> * ln_two()
>> * ln_ln_two()Best regards. chris.
>>
>
> Fixed, thanks.
>
>
> ______________________________**_________________
> Unsubscribe & other changes: http://listarchives.boost.org/**
> mailman/listinfo.cgi/boost<http://listarchives.boost.org/mailman/listinfo.cgi/boost>
>
There seems to be a typo in the table's second column for log10_e and
one_div_log10_e as well (s/ln/log10):
log10_e ln(e) 0.434294
one_div_log10_e 1/ln(e) 2.30258
Regards,
Kris