What is Double Precision Float | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is Double Precision Float

Double precision floating point numbers?

18th Jan 2019, 4:44 PM
Dev Anand
Dev Anand - avatar
1 Answer
+ 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
18th Jan 2019, 5:57 PM
Kelvin Paul
Kelvin Paul - avatar