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 faaa4d5 Remove more public modifiers from tests new 51241af Remove Assertions.equals using 0.0 or 0d new b157f5b Fix checkstyle errors 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: .../commons/numbers/angle/PlaneAngleTest.java | 10 +- .../commons/numbers/arrays/CosAngleTest.java | 8 +- .../numbers/arrays/LinearCombinationTest.java | 12 +- .../commons/numbers/arrays/SafeNormTest.java | 6 +- .../BinomialCoefficientDoubleTest.java | 2 +- .../numbers/combinatorics/FactorialDoubleTest.java | 12 +- .../combinatorics/LogBinomialCoefficientTest.java | 2 +- .../numbers/combinatorics/LogFactorialTest.java | 4 +- .../numbers/complex/streams/ComplexUtilsTest.java | 6 +- .../commons/numbers/complex/ComplexTest.java | 16 +-- .../apache/commons/numbers/core/PrecisionTest.java | 158 ++++++++++----------- .../examples/jmh/complex/SinCosPerformance.java | 4 +- .../examples/jmh/arrays/DoublePrecisionTest.java | 1 + .../org/apache/commons/numbers/field/FP64Test.java | 16 +-- .../numbers/fraction/ContinuedFractionTest.java | 2 +- .../org/apache/commons/numbers/gamma/ErfTest.java | 8 +- .../numbers/gamma/LanczosApproximationTest.java | 8 +- .../commons/numbers/quaternion/QuaternionTest.java | 72 +++++----- 18 files changed, 174 insertions(+), 173 deletions(-)