Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue