Do javascript numbers follow IEEE 754 double precision?

153 Views Asked by At

Is there any well-known implementation of Javascript that doesn't use double precision floating point numbers according to IEEE 754? Was it in the standard from the beginning or added later?

1

There are 1 best solutions below

0
On BEST ANSWER

All ECMAScript standard versions, including the very first, specified the number type with the double-precision 64-bit format according to IEEE 754.