fix overflow check for integer multiplication

This commit is contained in:
Asdine El Hrychy
2025-11-05 16:36:47 +05:30
parent 5ae61d14a9
commit 2aa01afad9
2 changed files with 24 additions and 9 deletions

View File

@@ -96,6 +96,11 @@ NULL
> 4.5 + 4.5
9.0
> 10 * -10
-100
> 10 + -10
! 1000000000 * 1000000000
! 1000000000000000000 * 1000000000000000000 * 1000000000000000000