From 80388b952b5844261e711e8da5a59c34b4919da7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 31 Oct 2010 23:28:14 -0400 Subject: Numerical fixes for polynomial.c. --- tests/libdimension/polynomial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/libdimension/polynomial.c b/tests/libdimension/polynomial.c index 230a1a7..8c6b4da 100644 --- a/tests/libdimension/polynomial.c +++ b/tests/libdimension/polynomial.c @@ -29,7 +29,7 @@ int main() { double poly[6], x[5]; - // poly[] = (x + 1)*(x - 1.2345)*(x - 2.3456)*(x - 5)*(x - 100) + /* poly[] = (x + 1)*(x - 1.2345)*(x - 2.3456)*(x - 5)*(x - 100) */ poly[5] = 1.0; poly[4] = -107.5801; poly[3] = 770.2260432; -- cgit v1.2.3