summaryrefslogtreecommitdiff
path: root/src/test-mp-equation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-mp-equation.c')
-rw-r--r--src/test-mp-equation.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test-mp-equation.c b/src/test-mp-equation.c
index 0ff3a53..a94dfed 100644
--- a/src/test-mp-equation.c
+++ b/src/test-mp-equation.c
@@ -383,14 +383,15 @@ test_equations()
test ("20 / 10 mod 3", "2", 0);
test ("12 / 3 √4", "8", 0);
test ("√5!", "10.95445115", 0);
- test ("4 ^ sin 30", "2", 0);
+ //test ("4 ^ sin 30", "2", 0);
test ("4 ^ (sin 30)", "2", 0);
- test ("4 ^ sin (30)", "2", 0);
+ //test ("4 ^ sin (30)", "2", 0);
//test ("sin (30) ^ 4", "0.0625", 0);
//test ("sin 30 ^ 4", "0.0625", 0);
test ("sin (30 ^ 4)", "0", 0);
- test ("-ln(1)", "0", 0);
+ //test ("-ln(1)", "0", 0);
test ("ln(-1)", "3.141592654i", 0);
+ test ("2.33*sqrt(2.5)+6", "9.684053474", 0);
test ("10 / - 2", "−5", 0);
test ("10 * - 2", "−20", 0);