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

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

[Octave-bug-tracker] [bug #53683] numerical output format for float valu


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #53683] numerical output format for float values with magnitude greater than precision is wrong
Date: Wed, 18 Apr 2018 06:24:35 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

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

fyi matlab 2017a switches to scientific notation:


>> for i = -2:8; 10^i/3, end
ans =
    0.0033
ans =
    0.0333
ans =
    0.3333
ans =
    3.3333
ans =
   33.3333
ans =
  333.3333
ans =
   3.3333e+03
ans =
   3.3333e+04
ans =
   3.3333e+05
ans =
   3.3333e+06
ans =
   3.3333e+07


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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