From 2019a495893f138f70e189483f36b219eabe20e2 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 10 Nov 2025 00:06:09 +0100 Subject: feat(calc): supports unary minus --- example/input.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/input.txt') 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) -- cgit v1.2.3