+ 2
What is a Floating point number?
3 Respostas
+ 3
A floating point number is simply a real number such as 52.73 or 3.14159265, unlike an integer which is a whole number like 13. They are indispensible if you need to perform arithmetic calculations such as fractions or to measure variables that integers alone would not suffice, such as the speed of an object. There are two parts to a float, the range which is left of the point, and the precision which is right of the point. Depending on how much range and precision you need, you can specifically allocate more memory in some languages with various declarations such as "double".
0
thank you
0
A number which includes decimal in it or a fractional no. Is called floating point. Number