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

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

[Octave-bug-tracker] [bug #56869] matlab incompatibility - input format


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #56869] matlab incompatibility - input format specifiers %E and %G produce errors
Date: Tue, 10 Sep 2019 11:27:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Update of bug #56869 (project octave):

                  Status:          Ready For Test => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #6:

I confirmed that the patch from comment #4 now makes scanf behave the same
with %e and %E, as well as %g and %G:


>> sscanf ("345678e-12", "%e")
ans =  0.00000034568
>> sscanf ("345678E-12", "%e")
ans =  0.00000034568
>> sscanf ("345678e-12", "%E")
ans =  0.00000034568
>> sscanf ("345678E-12", "%E")
ans =  0.00000034568
>> sscanf ("345678e-12", "%g")
ans =  0.00000034568
>> sscanf ("345678e-12", "%G")
ans =  0.00000034568


Closing report as fixed

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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