$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-08-31 05:07:20
Stjepan Rajko wrote:
> I reran the tests. No compile errors this time :-)
>
> Test output:
>
> http://dancinghacker.com/test.results3
>
>> After an SVN update can you try running the program below: hopefully
>> comparing the results to Linux will give me some clue what's going
>> on, and whether there's anything to worry about or fix!
>>
>
> http://pastebin.com/m123ef625
Looks like I quashed most of the problems, but still missed a few, also
looks like expl is inaccurate on that platform? Can you check what
std::exp(-8072.0L) evaluates to: should be
2.371057450122979885196291188186517859e-3506 according to
functions.wolfram.com.
Thanks again, John.