mirror of https://github.com/mosra/magnum.git
Browse Source
Due to crappy JavaScript design which doesn't count with any integers at all, the integers needs to be "emulated" inside the 52-bit exponent of doubles, which means that only 32bit integers can fit there (not to mention various issues with 32b overflow, which needs to be emulated somehow to work properly).pull/51/head
5 changed files with 22 additions and 2 deletions
Loading…
Reference in new issue