This is an automated email from the ASF dual-hosted git repository.
erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.
from 85d79ed Named constant.
new eefcd5f Exceptions must be "Serializable".
new 3b0c988 Useless use of "return" and braces.
new f0358f4 Make default constructor "private".
new 80ddc95 Useless assignment.
new dc0de56 Diamond operator (generics).
new c3c7c1d Simplify.
The 6 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:
.../combinatorics/CombinatoricsException.java | 19 +++++-----------
.../apache/commons/numbers/complex/Complex.java | 26 ++++++++--------------
.../commons/numbers/core/ArithmeticUtils.java | 11 +--------
.../numbers/fraction/ContinuedFraction.java | 2 +-
.../numbers/fraction/FractionException.java | 14 +-----------
.../commons/numbers/gamma/GammaException.java | 11 +--------
.../commons/numbers/gamma/RegularizedGamma.java | 6 +++++
.../apache/commons/numbers/primes/SmallPrimes.java | 2 +-
.../commons/numbers/quaternion/Quaternion.java | 21 +++++++++--------
.../numbers/rootfinder/SolverException.java | 12 +---------
10 files changed, 36 insertions(+), 88 deletions(-)