- 5
What is floating point number in js
2 Respuestas
+ 1
The floating point number is any number with a fraction part. E.g. 1.233 has a floating point of .233
0
You specify a variable indepent from its content as "var"
When you wanna calculate with floating point numbers, write them like 1.234
eg.:
a = 1.234;