+ 6

What is different between double and float

1st Aug 2020, 4:04 PM
Islamudin Muhammadi 🇦🇫
Islamudin Muhammadi 🇦🇫 - avatar
2 ответов
+ 6
The Decimal, Double, and Float variable types are different in the way that they store the values. Precision is the main difference where float is a single precision (32 bit) floating point data type, double is a double precision (64 bit) floating point data type and decimal is a 128-bit floating point data type.
1st Aug 2020, 4:06 PM
Islamudin Muhammadi 🇦🇫
Islamudin Muhammadi 🇦🇫 - avatar
+ 1
Thanks
5th Aug 2020, 1:52 PM
Jamaludin Muhammadi
Jamaludin Muhammadi - avatar