Status: New
Owner: ----

New issue 1971 by burcujdogan: parseInt works wrong for numbers with e notation
http://code.google.com/p/v8/issues/detail?id=1971

1. Make a vision that will require a e-[x] representation.

9/324595464564646
2.7726819942080776e-14

Actual result:
parseInt(9/324595464564646)
2

Expected result:
parseInt(9/324595464564646)
0

Note: parseInt works fine if there is not e representation such as:
9/324595
0.00002772685962507124


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

Reply via email to