0
What is "float"?
6 Answers
+ 3
data type. it is related to floating point what is the formulaic representation of a number by fixed number of significant digits and scaling using an exponent in some fixed base. e. g 7.425= 7425 * 10**-3. where 10 is a base and -3 is exponent
+ 1
Decimal values called floats
+ 1
15 = int
15.0 = float.
float is a decimal value.
0
?
0
Float is a type of data.
0
ok thank you