I\'m a little confused about the precision of The Dart \'double\' type, for example,
void main() { double num1 = 0.55 * 10; // 5.5 double num2 = 0.55 * 1