diff options
| author | William Hergès <william@herges.fr> | 2025-11-09 13:36:02 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-11-09 13:36:02 +0100 |
| commit | 7ddc83f098cfd316656c28dcca5375b939fd6c00 (patch) | |
| tree | ca37624e84a771c8e49d8ae4623e298a9a2b9692 /example | |
| parent | 3b0cc79dee76244da55d2326cc4244a384d85e44 (diff) | |
feat(calc)): partial supports of exp
Diffstat (limited to 'example')
| -rw-r--r-- | example/input.txt | 2 |
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) |
