rt/emul/mini/src/main/java/java/lang/Double.java
Tue, 07 Jul 2015 07:46:52 +0200 Throwing more of NumberFormatException when parsing numbers
Sun, 17 May 2015 13:11:31 +0200 Delegating Double.isNaN to JavaScript isNaN
Thu, 03 Oct 2013 14:43:00 +0200 Float.parseFloat implemented
Fri, 12 Jul 2013 16:05:33 +0200 Double.valueOf returns instance of Double
Sat, 09 Mar 2013 15:29:57 +0100 Don't append .0 when there is 'e' in the number
Sat, 09 Mar 2013 11:58:50 +0100 doubleToLongBits and floatToIntBits implemented via typed arrays. Requires real browser (Rhino does not support typed arrays) and as such creating new module to hold the tests and execute them in 'brwsr' mode.
Fri, 08 Mar 2013 23:43:01 +0100 Only add the trailing '.0' if the number is known to be integer. Otherwise accept the string as provided by JavaScript
Wed, 27 Feb 2013 16:24:42 +0100 Conversion fixes
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository