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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test-mp-equation.c b/src/test-mp-equation.c
index adf6c06..3e1d993 100644
--- a/src/test-mp-equation.c
+++ b/src/test-mp-equation.c
@@ -476,6 +476,7 @@ test_equations(void)
test("2^0.5", "1.414213562", 0);
test("₃√−8", "−2", 0);
test("(−8)^(1÷3)", "−2", 0);
+ test("e^-2^-5", "0.969233234", 0);
test("0 mod 7", "0", 0);
test("6 mod 7", "6", 0);