|
From: Petr M. <mi...@ph...> - 2005-09-23 14:34:16
|
> Other counter-intuitive behaviour: > > gnuplot> print 1/(5**1) > 0 > gnuplot> print (5**-1) > 0.2 Whether we like it or not, changing it now would break scripts, so we have to accept this behaviour. (Well, it is a FAQ for a long long time.) --- PM |