removing unneeded call to reduce()
(convergents are already reduced by construction) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20cc568180
commit
c000595d82
|
@ -213,7 +213,7 @@ public class Fraction extends Number implements Comparable {
|
|||
this.numerator = p1;
|
||||
this.denominator = q1;
|
||||
}
|
||||
reduce();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue