bug-coreutils
[Top][All Lists]
Advanced

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

Re: implement hex output in seq


From: Jim Meyering
Subject: Re: implement hex output in seq
Date: Thu, 18 Sep 2003 08:55:47 +0200

Dan Jacobson <address@hidden> wrote:
> Though the seq info page shows workarounds, it still wouldn't hurt if
> somebody implemented seq -f %x, %o. Not me though.

IMHO, it's not worth the disruption to the code.
The current implementation represents each number as a `double'.
Since the formats you suggest are not appropriate for floating point
types, using them would mean adding separate code to handle the
case in which all numbers to be printed are integral and
representable as an integral type.




reply via email to

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