|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #47413] string to numeric parsing problems with llvm libc++ |
| Date: | Tue, 15 Mar 2016 13:30:08 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0 |
Follow-up Comment #7, bug #47413 (project octave):
I see the same results:
octave:1> sscanf("1asdf", "%f", 1)
ans = [](0x1)
octave:2> str2double("1i")
ans = NaN
octave:3> strread("1i", "%f")
ans = NaN
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47413>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |