examples/math.html
authorAlan Knowles <alan@akbkhome.com>
Wed, 12 Jan 2011 05:04:50 +0000 (13:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 12 Jan 2011 05:04:50 +0000 (13:04 +0800)
examples/math.html

index fa8bec2..7880e35 100644 (file)
      console.log(a.toFixed(3));
      console.log(a.toFixed(2));
      
-     
+     var qty = new Roo.util.Math(3,5)
+    am = qty.multiply('15.80');
+    console.log(am)
+    console.log(am.toFixed(2))
+    
     });