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

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

[Octave-bug-tracker] [bug #54385] NaN and Inf printed instead of nan and


From: Rik
Subject: [Octave-bug-tracker] [bug #54385] NaN and Inf printed instead of nan and inf
Date: Thu, 26 Jul 2018 15:09:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Update of bug #54385 (project octave):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #1:

The difference is in the C++ iostream implementation.  It's complicated to
follow, but eventuall the octave code is using


 << idx 


If that value is NaN it gets formatted however the iostream library thinks it
should be.  Since case sensitivity isn't important in this warning message I
see no reason to try and make this consistent across operating systems.

I pushed a change to the stable branch which changes the BIST tests so they
are case insensitive.  See
https://hg.savannah.gnu.org/hgweb/octave/rev/61f8d94f6bbb.

Marking as Ready for Test.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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