Commit 3f2fc7cb authored by GoshaZotov's avatar GoshaZotov

edit unit test for IMSECH formula

parent b4a59a67
......@@ -2077,7 +2077,7 @@ $( function () {
test( "Test: \"IMSECH\"", function () {
oParser = new parserFormula( 'IMSECH("4+3i")', "A2", ws );
ok( oParser.parse(), 'IMSECH("4+3i")' );
strictEqual( oParser.calculate().getValue(), "-0.03625349691586888+0.00516434460775318i", 'IMSECH("4+3i")' );
strictEqual( oParser.calculate().getValue(), "-0.03625349691586888-0.00516434460775318i", 'IMSECH("4+3i")' );
} );
test( "Test: \"IMTAN\"", function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment