Boost logo

Boost :

From: boost (boost_at_[hidden])
Date: 2001-08-08 03:24:55


Salut,

On Tuesday 07 August 2001 23:21, Jens Maurer wrote:
> "Peter Schmitteckert (boost)" wrote:
> > Using gcc-3.0 I get a shorter list of error messages.
>
> The version in the vault should work with gcc 3.0 now.
> asinh, acosh, atanh has been disabled, because the new
> GNU libstdc++ doesn't wrap these appropriately.
>
> Jens Maurer

it compiles fine
thank you.

But it does not weem to work correctly on my Pentium MMX,
and my Pentium III (I could also check my AMD K7 server, but I
to have find the g++3.0.rpm pakets first)

using g++ version 3.0.1 from the Debian packages.

Beside the fact that infty/nan limit seem to incorrect,
the division tests fail, uncommenting the exit(1) I get :

Infinity: 0
NaN: 0
Testing + on [-2,2] x [-2,2] step 0.3
Testing - on [-2,2] x [-2,2] step 0.3
Testing * on [-2,2] x [-2,2] step 0.3
Testing / on [-2,2] x [-2,2] step 0.3
-2 / -2 = 1 not in [-2,-1.97] / [-2,0.1300000000000002] = [nan,nan]
-2 / -1.787 = 1.119194180190263 not in [-2,-1.97] / [-2,0.1300000000000002] = [nan,nan]
-2 / -1.574 = 1.270648030495553 not in [-2,-1.97] / [-2,0.1300000000000002] = [nan,nan]
-2 / -1.361 = 1.469507714915504 not in [-2,-1.97] / [-2,0.1300000000000002] = [nan,nan]
[...]

Best wishes,
Peter Schmitteckert


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk