What is the number of values that can be processed by nodejs in terms of 16 bits

I have a table
https://github.com/bluelovers.

the values here are all used to add & to

.

but & 0x80000000 will cause the change to number (but it can still be safely processed at least so far without seeing the BUG on the judgment)

I want to check that if I continue to increase the number of digits
will other BUG or nodejs fail to process?

Mar.18,2021

The upper and lower bounds of

Javascript are
Number.MAX_SAFE_INTEGER and Number.MIN_SAFE_INTEGER
floating point numbers are
Number.MAX_VALUE and Number.MIN_VALUE

.

however, in May this year, we have BigInt . There is no upper limit on the number of digits, which has been enabled in Chrome67+. According to official statement, we can correctly handle bitwise operators, press f12 and use it immediately out of the box.

https://developers.google.com.

what, you asked me when the Node will be available? Wait:)

Menu