+ 1
What is Double Precision Float
Double precision floating point numbers?
1 Resposta
+ 1
I think In JavaScript there is no double precision float(I mean like "Double variable;").
just declaring a variable using "var".
JavaScript numbers are always are 64bit(double precision) floating point numbers
Single precision means 32bit.
I think it's based on your system.
https://www.w3schools.com/js/js_numbers.asp