nashorn/test/script/basic/NASHORN-28.js.EXPECTED
author attila
Wed, 15 May 2013 20:21:59 +0200
changeset 17750 eeab213edaa6
parent 16147 e63b63819133
permissions -rw-r--r--
8014647: Allow class-based overrides to be initialized with a ScriptFunction Reviewed-by: hannesw, jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     1
yes, it is 1e-7
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
yes, String(-0.000001) === "-0.000001"
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     3
yes, String(-1e-6) === "0.000001"
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     4
yes, String(-1E-6) === "0.000001"