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
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