We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5213d6 commit 171f8d8Copy full SHA for 171f8d8
modules/trigonometric_functions/tests/test_cosh.nls
@@ -31,7 +31,7 @@ assert_isapprox(y1, y2, 1e-4);
31
A = rand(3, 3, 3);
32
y1 = cosh(complex(zeros(3, 3, 3), A));
33
y2 = complex(cos(A));
34
-assert_isequal(y1, y2);
+assert_isapprox(y1, y2, 1e-4);
35
//=============================================================================
36
A = cosh(0);
37
REF = 1;
0 commit comments