nashorn/test/script/basic/NASHORN-28.js.EXPECTED
author sundar
Wed, 21 Aug 2013 17:28:53 +0530
changeset 19619 4085b74056ee
parent 16147 e63b63819133
permissions -rw-r--r--
8023368: Instance __proto__ property should exist and be writable. Reviewed-by: attila, hannesw

yes, it is 1e-7
yes, String(-0.000001) === "-0.000001"
yes, String(-1e-6) === "0.000001"
yes, String(-1E-6) === "0.000001"