]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(seq invocation): seq now uses long double
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 00:10:21 +0000 (00:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 00:10:21 +0000 (00:10 +0000)
commit248c092226c26ef4605d83fba5d202420b9bc8d0
treefe7cc2492b233287a3c9f5fda112f90b00cd0391
parent3964d508e210ed4890241289986b14ed6473d39d
(seq invocation): seq now uses long double
internally rather than double.  It now defaults to a minimal fixed
point format if possible.  It lets you use %a, %A, %E, %F, %G.
Don't assume printf doesn't work for numbers that fit in 64 but
not 32 bits; typically they work these days.  Improve discussion
of large integers and update the rounding-error numbers.
doc/coreutils.texi