bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

seq -w floating point incorrect formating


From: Samuel Hapák
Subject: seq -w floating point incorrect formating
Date: Sat, 14 Feb 2009 01:26:31 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hello,
I think that seq is not behaving correctly on this input:
seq -w 9 0.5 10

I obtain the output:
9.0
9.5
10.0

While I think I should obtain:
09.0
09.5
10.0

Version of coreutils on my system is 6.10, I know it is not the most
recent version, but I've no succes on compiling the most recent version.
But I made diff of source codes of both versions and I saw no
difference, so I think this bug is probably still unresolved.

Samuel

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]