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 9e0dc07 Java 9 required for perftest new a77a8eb NUMBERS-156: Norm API. new 19899e7 Unit test. The 2 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/angle/CosAngle.java | 4 +- commons-numbers-arrays/pom.xml | 10 + .../arrays/MultidimensionalCounterTest.java | 22 + .../org/apache/commons/numbers/core/Norms.java | 448 --------------- .../org/apache/commons/numbers/core/NormsTest.java | 625 --------------------- 5 files changed, 34 insertions(+), 1075 deletions(-) delete mode 100644 commons-numbers-core/src/main/java/org/apache/commons/numbers/core/Norms.java delete mode 100644 commons-numbers-core/src/test/java/org/apache/commons/numbers/core/NormsTest.java