This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.
from f3bab83 FractionException: Removed unused exception constant.
new c8e4fe2 BigFraction: Document exception thrown by reciprocal when
zero.
new ded2840 Fraction: Add zero test to equals and hashCode
new 58aafe1 BigFraction: Correct javadoc for pow(double) method.
new 424c6c3 Fraction: Add thrown exception to pow javadoc.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/commons/numbers/fraction/BigFraction.java | 13 ++++++++++---
.../java/org/apache/commons/numbers/fraction/Fraction.java | 1 +
.../apache/commons/numbers/fraction/BigFractionTest.java | 2 +-
.../org/apache/commons/numbers/fraction/FractionTest.java | 7 ++++++-
4 files changed, 18 insertions(+), 5 deletions(-)