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 afbe232  Javadoc fix
     new 2a8b86a  Remove use of Math.fma
     new 059b2cb  Remove requirement for Java 9
     new ee1152c  Use new BigDecimal(double) and not BigDecimal.valueOf(double)
     new c82bfd8  Javadoc
     new 9b67b8e  Call L2.of(double, double) not L2.of(double[])

The 5 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:
 commons-numbers-core/pom.xml                       |  4 ---
 .../numbers/core/ExtendedPrecisionTest.java        |  5 ++-
 .../org/apache/commons/numbers/core/NormTest.java  | 39 +++++++++++++++++++---
 .../org/apache/commons/numbers/core/NormsTest.java | 34 +++++++++++++++++--
 .../apache/commons/numbers/core/SummationTest.java |  2 +-
 .../examples/jmh/core/EuclideanNormAlgorithms.java |  2 +-
 .../examples/jmh/core/EuclideanNormEvaluator.java  |  2 +-
 .../jmh/core/EuclideanNormAccuracyTest.java        |  2 +-
 8 files changed, 74 insertions(+), 16 deletions(-)

Reply via email to