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 c61c08e commit 52236c6Copy full SHA for 52236c6
spec/functions_spec.rb
@@ -86,7 +86,7 @@
86
expect(SymEngine::asinh(0)).to eq(0)
87
expect(SymEngine::acosh(1)).to eq(0)
88
expect(SymEngine::atanh(0)).to eq(0)
89
- expect(SymEngine::acsch(1).to_s).to eq('log(1 + 2**(1/2))')
+ expect(SymEngine::acsch(1).to_s).to eq('log(1 + sqrt(2))')
90
expect(SymEngine::asech(1)).to eq(0)
91
expect(SymEngine::acoth(1).to_s).to eq('acoth(1)')
92
symengine_version.txt
@@ -1 +1 @@
1
-bb18f1c1f4cbc29765fe1bcbd2dbe9345279b659
+75be0b6f791475742948751d2b9562268f15ea88
0 commit comments