emul/src/main/resources/org/apidesign/vm4brwsr/emul/java_lang_Number.js
Fri, 25 Jan 2013 11:00:52 +0100 Long arithmetic prototype, Long currently represented by separate JavaScript object with two JS-Numbers.
Mon, 14 Jan 2013 13:21:40 +0100 Moving integer arithmetic expressions into Number.prototype
Mon, 14 Jan 2013 09:47:38 +0100 Byte arithmetic - added tests + conversion from int->byte.
Mon, 14 Jan 2013 09:17:18 +0100 Short arithmetic - added tests and conversion int->short.
Sun, 13 Jan 2013 23:07:54 +0100 Integer arithmetic expressions extracted into simple functions.