I\'ve read about the difference between double precision and single precision. However, in most cases, float and double seem to be interchangeable,
float
double
The built-in comparison operations differ as in when you compare 2 numbers with floating point, the difference in data type (i.e. float or double) may result in different outcomes.