$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Lemaire (thomas.lemaire_at_[hidden])
Date: 2005-02-17 05:35:48
dear list,
When executing a test defined by:
BOOST_CHECK_CLOSE(t3.x(3), 0.0, epsilon);
I get the message:
difference between t3.x(3){2.34188e-17} and 0.0{0} exceeds 1e-08%
where obviously the difference does not exceeds the given threshold 1e-08...
What's going on ?
-- thomas