|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2006-01-18 09:11:03
> This failure only occurs with the Dinkumware library. All calls to the
> trig functions for both GNU & Dinkum C++ libs will be routed through
> to the common libm. So, in theory the results will be the same.
>
> Where the difference lies in in the implementation of the C++
> "complex" classes.
>
> Perhaps we should be running comparative tests on these?
We are: the call to cos/sin and tan are to the versions in <complex> not the
C std lib versions (of course internally <complex> is implemented in terms
of calls to -lm but that's a whole other ball game).
John.