aboutsummaryrefslogtreecommitdiff
path: root/example/input.txt
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-11-09 13:36:02 +0100
committerWilliam Hergès <william@herges.fr>2025-11-09 13:36:02 +0100
commit7ddc83f098cfd316656c28dcca5375b939fd6c00 (patch)
treeca37624e84a771c8e49d8ae4623e298a9a2b9692 /example/input.txt
parent3b0cc79dee76244da55d2326cc4244a384d85e44 (diff)
feat(calc)): partial supports of exp
Diffstat (limited to 'example/input.txt')
-rw-r--r--example/input.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/input.txt b/example/input.txt
index 7efcb9c..8cb02c5 100644
--- a/example/input.txt
+++ b/example/input.txt
@@ -5,3 +5,5 @@ x = 20
y = 2!
z = y/2
10 + 4(z / y)(x / 4)
+
+x^(0-y)