Heÿ Frndz : )
Difference between =>
#Float and double
Thanks❤
Answers
Answered by
2
Double
Double Types are probably the most normally used data type for real values, except handling money.
Float
It is used mostly in graphic libraries because very high demands for processing powers, also used situations that can endure rounding errors.
Double Types are probably the most normally used data type for real values, except handling money.
Float
It is used mostly in graphic libraries because very high demands for processing powers, also used situations that can endure rounding errors.
divyanshi261:
Ur welcome : )
Answered by
3
FLOAT
Float is a term is used in various programming languages to define a variable with a fractional value. Numbers created using a float variable declaration will have digits on both sides of a decimal point. This is in contrast to the integer data type, which houses an integer or whole number.
DOUBLE
Twice as much in size, strength, number, or amount: a double dose.
Float is a term is used in various programming languages to define a variable with a fractional value. Numbers created using a float variable declaration will have digits on both sides of a decimal point. This is in contrast to the integer data type, which houses an integer or whole number.
DOUBLE
Twice as much in size, strength, number, or amount: a double dose.
Similar questions