From 69bed84cb2393c45b348aa795640e4a98d27e917 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 19 Jun 2001 22:58:20 +0000 Subject: [PATCH] * Fix the other half of the test. --- check/check_numeric.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check/check_numeric.cpp b/check/check_numeric.cpp index ae154545..74dcf33b 100644 --- a/check/check_numeric.cpp +++ b/check/check_numeric.cpp @@ -81,7 +81,7 @@ static unsigned check_numeric2(void) << radical << endl; errorflag = true; } - numeric ratio = ex_to(abs(evalf(radical)))/floating; + numeric ratio = abs(ex_to(evalf(radical))/floating); if (ratio>1.0001 && ratio<0.9999) { clog << "(" << num << "/" << den << ")^(" << nm << ") erroneously evaluated to " << radical; -- 2.44.0