Check for overflow in fixed-point precision suffix (#1918)

Fixes #1917
This commit is contained in:
Rangi
2026-04-07 17:06:54 -04:00
committed by GitHub
parent bcff14b596
commit 9b4b4a581b
10 changed files with 60 additions and 36 deletions
+2
View File
@@ -21,3 +21,5 @@ def q24 = 1.25q.24
def qerr = 1.25q32
println "{q0f:qerr}"
def qerr = 1.25q264
println "{q999f:qerr}"