diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-10 00:06:09 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-10 00:06:09 +0100 |
| commit | 2019a495893f138f70e189483f36b219eabe20e2 (patch) | |
| tree | 2056409e1a1b3fde5ac01806aa08f9af1bfcf604 /example | |
| parent | cd6918ab9604268d53b5fe1cf1921f95ec3dea80 (diff) | |
feat(calc): supports unary minus
Diffstat (limited to 'example')
| -rw-r--r-- | example/input.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/input.txt b/example/input.txt index 8cb02c5..32146f2 100644 --- a/example/input.txt +++ b/example/input.txt @@ -6,4 +6,4 @@ y = 2! z = y/2 10 + 4(z / y)(x / 4) -x^(0-y) +x^(-y) |
