Open ARitz-Cracker opened 3 years ago
Numbers >= 2 ** 53 aren't accurate integers in JS. This is why we have BigInts to handle values larger than this. But this library doesn't utilize them at all
I made a pull request for this (#115) a couple of years ago.
@mourner Do you have a plan to support for BigInt(Numbers >= 2 ** 53) ? I'm suffering the same issue ㅠ
Numbers >= 2 ** 53 aren't accurate integers in JS. This is why we have BigInts to handle values larger than this. But this library doesn't utilize them at all