Closed GoogleCodeExporter closed 8 years ago
workaround - replace reader.h line 632 with:
if (exp < 0){
d* = internal::Pow10(exp);
d* = internal::Pow10(expFrac);
} else {
d* = internal::Pow10(exp + expFrac);
}
Original comment by dlbattle...@gmail.com
on 23 May 2013 at 12:38
Original comment by milo...@gmail.com
on 18 Jun 2013 at 1:46
Is there a rationale on fixing the fast look table for Pow10 double array to
-308 to 308?
Original comment by dheep.ch...@gmail.com
on 15 Jan 2014 at 8:20
https://github.com/miloyip/rapidjson/pull/34
Original comment by milo...@gmail.com
on 30 Jun 2014 at 1:39
Original issue reported on code.google.com by
dlbattle...@gmail.com
on 22 May 2013 at 4:53