commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Solving cubic and quadratic equations


From: Sascha Brawer
Subject: FYI: Solving cubic and quadratic equations
Date: Mon, 5 Jan 2004 01:45:06 +0100

(commit messages still not sent; the following is done manually)

  2004-01-05  Sascha Brawer  <address@hidden>
         
                 Fix for Classpath bug #6095
                 Thanks to Brian Gough <address@hidden>
                 * java/awt/geom/CubicCurve2D.java (solveCubic): Implemented.
                 * java/awt/geom/QuadCurve2D.java (solveQuadratic): Re-written.
                 * NEWS: Mention the new capability for solving equations.
                 * THANKYOU: Add Brian Gough.

Modified files:
        .              : ChangeLog NEWS THANKYOU
        java/awt/geom  : CubicCurve2D.java QuadCurve2D.java

Log message: Solving cubic and quadratic equations

CVSWeb URLs:

http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/
ChangeLog.diff?r1=1.1746&r2=1.1747

http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/
NEWS.diff?r1=1.30&r2=1.31

http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/
THANKYOU.diff?r1=1.35&r2=1.36

http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/awt/
geom/CubicCurve2D.java.diff?r1=1.5&r2=1.6

http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/awt/
geom/QuadCurve2D.java.diff?r1=1.9&r2=1.10






reply via email to

[Prev in Thread] Current Thread [Next in Thread]