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

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

[Octave-bug-tracker] [bug #36117] datenum does not understand default ou


From: Rik
Subject: [Octave-bug-tracker] [bug #36117] datenum does not understand default output of num2str
Date: Sun, 08 Apr 2012 04:49:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

Follow-up Comment #8, bug #36117 (project octave):

I have an implementation that works on most ordinary real inputs.  I'm going
to ask for some more data on various corner cases.  Some of these may throw
errors, but that would be interesting.


num2str (2 * bitmax)
num2str (20 * bitmax)
num2str (realmax)
num2str (1.2e-34)
num2str ([1.2e-34, pi*1e30])
num2str ([true false true])
num2str ([0+1i, 1+0i, 1+1i])
num2str ([1e8+pi*i])
num2str ([pi+1e8*i])
num2str ([1e8+pi*i, pi+1e8*i])
num2str ([.123456, .000123456])
num2str ([0.22967, -0.59991; 0.51811, 0.82158], 3)
num2str (pi, -1)
num2str (Inf)
num2str (NaN)



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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