octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #35761] Probably float64-representation bug.


From: Rik
Subject: [Octave-bug-tracker] [bug #35761] Probably float64-representation bug.
Date: Fri, 09 Mar 2012 17:34:06 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Follow-up Comment #2, bug #35761 (project octave):

The problem seems to be caused by values which are within eps ("single") or so
of each other.  A simpler example to reproduce the problem is


graphics_toolkit gnuplot;
x = y = ones (3);
z = 0.8 * ones (3);
z(:,1) -= eps/2;
surf (x, y, z)




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35761>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]