Updates:
        Status: WorkingAsIntended

Comment #1 on issue 1971 by [email protected]: parseInt works wrong for numbers with e notation
http://code.google.com/p/v8/issues/detail?id=1971

This is the correct behaviour -- parseInt operates on strings, and only considers the string prefix up to the first non-digit character (here '.'), so it is irrelevant whether there is a trailing "e".

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to