Re: [math] Bug in Fraction.TWO_FIFTHS

2009-06-22 Thread Luc Maisonobe
Guillaume Nodet a écrit : > 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/ma

[math] Bug in Fraction.TWO_FIFTHS

2009-06-22 Thread Guillaume Nodet
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/fr