060_floats.patch 106 B

1234
  1. 43c43
  2. < var shuttle_weight: f16 = 907.18 * 2200;
  3. ---
  4. > var shuttle_weight: f32 = 907.18 * 2200.0;