From 7ddc83f098cfd316656c28dcca5375b939fd6c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 9 Nov 2025 13:36:02 +0100 Subject: feat(calc)): partial supports of exp --- example/input.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/input.txt') 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) -- cgit v1.2.3