whatgoodisaroad / Big-js

An arbitrary precision math library for JavaScript
http://big-js.thatscaptaintoyou.com/
44 stars 6 forks source link

Odd behaviour in IE8 #3

Open markpent opened 11 years ago

markpent commented 11 years ago

Im finding it works perfectly in other browsers yet in ie8 i get an odd error. This is repeatable using the minified or full version. Happens on latest version, and v0.9.0 (beta) (Monday, 19 September 2011) (these are the only versions ive tested)

new Big(1854.0).over(new Big(100.0)).toString()

should equal 18.54 in IE8 it equals 10.04