FWIW, looking at [1], I've spotted the following bug: /** A fraction representing "4/5". */ public static final Fraction TWO_FIFTHS = new Fraction(4, 5);
Looks like a bad copy / paste error. [1] http://svn.apache.org/repos/asf/commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/Fraction.java -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org