|
From: Simon G. <tar...@gm...> - 2012-07-06 10:10:33
|
Hi all, I'm using Gnuplot 4.6 patchlevel 0 on Linux x86_64 and I get a strange result when using int() function: ( I see that also in previous versions) gnuplot> print 19.2/0.2 96.0 gnuplot> print int(19.2/0.2) 95 gnuplot> print int(96.0) 96 I don't know if it is required by some other feature. I think it looks a little bit strange and mathematically wrong, isn't it? I'm missing something? Thank you |