You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/12/07 02:44:06 UTC

[commons-numbers] 01/02: Fix trailing spaces

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 84e3b21d4c2645a6a2faf42e08fc4878174d815c
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Dec 7 02:41:55 2019 +0000

    Fix trailing spaces
---
 .../java/org/apache/commons/numbers/complex/CReferenceTest.java     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/CReferenceTest.java b/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/CReferenceTest.java
index 5ec32da..4bb9a31 100644
--- a/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/CReferenceTest.java
+++ b/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/CReferenceTest.java
@@ -148,6 +148,12 @@ public class CReferenceTest {
         assertEquals(() -> c1 + " op " + c2 + ": imaginary", y, z.getImaginary(), maxUlps);
     }
 
+    // Fix:
+    // acos
+    // acosh
+    // asinh
+    // Q. Are these the function in boost?
+
     @Test
     public void testAcos() {
 //        assertComplex(-1e+308, 0.0, Complex::acos, nan, -inf);