mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-01 18:43:55 +02:00
'int', to avoid problems with integer overflow. On almost all machines 'double' works in every case where 'int' works, and it works on other cases besides.