From c3d395e144f750370608e3e9e63a761e92c6276c Mon Sep 17 00:00:00 2001
From: Supergoof1410 <161129122+Supergoof1410@users.noreply.github.com>
Date: Fri, 16 May 2025 18:28:50 +0200
Subject: [PATCH 1/2] =?UTF-8?q?index.html=20=C3=84nderung?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 53cc7c6..6466610 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,7 @@
Updates
Bugfixes
- - -
+ - fixen von Problemen mit negativen Zahlen
From a09183af08b5ca1ffea151ae799e1784b977099a Mon Sep 17 00:00:00 2001
From: Supergoof1410 <161129122+Supergoof1410@users.noreply.github.com>
Date: Fri, 16 May 2025 18:32:41 +0200
Subject: [PATCH 2/2] little Changes
---
src/main.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
index ad1f9c1..11c1df2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -14,7 +14,7 @@ fn main() {
// let equation_string: String = "100+2*2-2^5*8/9-12+5/2*8+12".to_string();
//let equation_string: String = "(3+2)^2 * (4 ^ (-3)) - 5 * (10 / (2 + 3)) + 8 ^ 2".to_string();
// let equation_string: String = "3 + (-2) * (4 - 1)^2 - (-6 / 2 + 3)".to_string();
- let equation_string: String = "-(-5)-(-10)*6+5-(3-(6-10))+5^(6+5)".to_string();
+ let equation_string: String = "-(-5)-(-10)*6+5-(-(6-10))+5^(6+5)".to_string();
println!();
display_terminals("Original Formel".to_string(), &equation_string);