Examples of floating point problems

Examples of floating point problems

Julia Evans

@b0rk JavaScript now has a second numeric type for integers called BigInt.

More info: https://nitayneeman.com/posts/introducing-bigint-primitive-in-ecmascript-2020/

ECMAScript - Introducing BigInt Primitive in ES2020 (ES11)

Introducing the "BigInt" proposal, a new primitive of arbitrary precision integers, which has been reached stage 4 in the TC39 process and is included in the language specification of 2020 - the 11th edition.

📚 Nitay Neeman's Blog | JavaScript • Angular • RxJS