3311 shaares
1 private link
1 private link
In many cases in JavaScript coding, integers larger than 253 come up, where casting to a double-precision float would lose real, relevant data. This proposal provides a new, second primitive numeric type, BigInt, to meet those use cases.