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

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

[Octave-bug-tracker] [bug #50495] Plot not correct for "large" numbers


From: Rik
Subject: [Octave-bug-tracker] [bug #50495] Plot not correct for "large" numbers
Date: Thu, 9 Mar 2017 00:18:03 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #50495 (project octave):

                  Status:               Need Info => Duplicate              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

This is a duplicate.  Closing report.

Use the eps function to check what machine precision is.  In this case,


x = single (2e7);
eps (x)
ans =  2


And the example code is using a step size in x of 1 which is below this value,
and hence unrecognized.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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