Package: gnuplot
Version: 4.0.0-2
Severity: normal

Integer overflows are not reported.  A hint could be printed that real
(float) numbers should (could) be used to avaid this problem.

gnuplot> print 1000000*100000
1215752192
gnuplot> print 1000000**2
-727379968
gnuplot> print 100000**2
1410065408
gnuplot> a=2000000**2
gnuplot> print a
1385447424
gnuplot> print 10000**2               # OK
100000000


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnuplot depends on:
hi  gnuplot-nox                   4.0.0-2    A command-line driven interactive 
hi  gnuplot-x11                   4.0.0-2    X11-terminal driver for gnuplot

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to