mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix testing issues with x87 extra precision.
This commit is contained in:
@@ -190,7 +190,7 @@ template<typename ArrayType> void array_real(const ArrayType& m)
|
||||
if(!NumTraits<Scalar>::IsComplex)
|
||||
VERIFY_IS_APPROX(numext::real(m1), m1);
|
||||
|
||||
VERIFY((m1.abs().log() == log(abs(m1))).all());
|
||||
VERIFY_IS_APPROX(m1.abs().log() , log(abs(m1)));
|
||||
|
||||
// VERIFY_IS_APPROX(m1.exp(), std::exp(m1));
|
||||
VERIFY_IS_APPROX(m1.exp() * m2.exp(), exp(m1+m2));
|
||||
|
||||
Reference in New Issue
Block a user