On Mon, 2006-02-27 at 16:36 -0500, Anthony Balkissoon wrote: > More stuff. Sorry for not sending this BigDecimal stuff all at once but > my test cases are small and I prefer to get the stuff committed once its > been tested. Also helps me use JAPI to determine what needs to be done. > > 2006-02-27 Anthony Balkissoon <[EMAIL PROTECTED]> > > * java/math/BigDecimal.java: Replaced occurences of BigInteger.valueOf > with BigInteger.ZERO, BigInteger.ONE, BigInteger.TEN where appropriate. > (add(BigDecimal, MathContext)): New method. > (subtract(BigDecimal, MathContext)): Likewise. > (precision): Fixed to correctly handle BigIntegers with more than 19 > digits. > (pow(int, MathContext)): New method. > > --Tony
I'd say these things tend to be better in smaller chunks; people then get their hands on them more quickly too. -- Andrew :-) Department of Computer Science University of Sheffield Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments. See http://www.fsf.org/philosophy/no-word-attachments.html Support OpenDocument instead. http://opendocumentfellowship.org Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... } "Value your freedom, or you will lose it, teaches history. `Don't bother us with politics' respond those who don't want to learn." -- Richard Stallman The views expressed above are representative of my own personal opinions, and not necessarily those of the University of Sheffield. -- Andrew :-) Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments. See http://www.fsf.org/philosophy/no-word-attachments.html If you use Microsoft Office, support movement towards the end of vendor lock-in: http://opendocumentfellowship.org/petition/ "Value your freedom, or you will lose it, teaches history. `Don't bother us with politics' respond those who don't want to learn." -- Richard Stallman Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }
