1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 18:01:03 +02:00

16489: Test/C01arith.ztst: default output for whole numbers

as floats now has `.' at the end, c.f. 16423.
This commit is contained in:
Peter Stephenson 2002-01-23 16:28:16 +00:00
parent 803131605b
commit 8840ce7144
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-01-23 Peter Stephenson <pws@csr.com>
* 16489: Test/C01arith.ztst: default output for whole numbers
as floats now has `.' at the end, c.f. 16423.
2002-01-22 Peter Stephenson <pws@csr.com>
* 16487: Src/glob.c: bug in 16486 when a qualifier in a set

View file

@ -16,7 +16,7 @@
print -- $(( rnd = there * 10000 ))
# save rounding problems by converting to integer
0:basic floating point arithmetic
>31415
>31415.
print $(( 0x10 + 0X01 + 2#1010 ))
0:base input