Data update

This commit is contained in:
Ingy döt Net 2025-06-11 20:16:52 -04:00
parent 72eb4943cb
commit 4d5544505c
2347 changed files with 62432 additions and 16731 deletions

View file

@ -1,11 +1,9 @@
func isint x .
if x mod 1 = 0
return 1
.
return if x mod 1 = 0
.
num[] = [ 25.000000 24.999999 25.0001 -2.1e120 -5e-2 0 / 0 1 / 0 ]
#
numfmt 10 0
numfmt 0 10
for n in num[]
write n & " -> "
if isint n = 1