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

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

[Octave-bug-tracker] [bug #56941] format rat or rats display 0 rather th


From: Rik
Subject: [Octave-bug-tracker] [bug #56941] format rat or rats display 0 rather than rational approximation for small numbers
Date: Mon, 23 Sep 2019 19:50:52 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #56941 (project octave):

Fine to separate rat/rats if desired.  I assume that Matlab's "format rat"
uses rat() or rats() internally which is why I put them together.

Cusp of switchover in Matlab is 1e-6.  This produces asterisks but 1e-5 does
not.


y = [1e-6, 1e-6]
y = [       *         *       ];




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56941>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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