060_floats.patch 110 B

1234
  1. 46c46
  2. < const shuttle_weight: f16 = 907.18 * 2200;
  3. ---
  4. > const shuttle_weight: f32 = 907.18 * 2200.0;