Issue #cd7: incorrect UPolynomial<double>::sign_at() ar
authorDmitriy Morozov <morozov@cs.duke.edu>
Mon, 25 Feb 2008 04:33:13 -0500
branchar
changeset 67 edba5a21efec
parent 66 6021ec481b1f
child 68 8f2610103946
Issue #cd7: incorrect UPolynomial<double>::sign_at()
.issues/cd79223a108d3900
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/cd79223a108d3900	Mon Feb 25 04:33:13 2008 -0500
@@ -0,0 +1,9 @@
+From artemis Fri Feb 22 23:41:38 2008
+From: Dmitriy Morozov <morozov@cs.duke.edu>
+Date: Fri, 22 Feb 2008 18:39:31 -0500
+State: new
+Subject: Incorrect sign_at() in UPolynomial<double>
+Message-Id: <cd79223a108d3900-0-artemis@metatron>
+
+UPolynomial<double>::sign_at() reports -1 as the sign of -2*x + 4 at x = 2. 
+Should be 0.