1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00
exercises/patches/patches/060_floats.patch
2023-06-22 09:41:41 +00:00

4 lines
110 B
Diff

43c43
< const shuttle_weight: f16 = 907.18 * 2200;
---
> const shuttle_weight: f32 = 907.18 * 2200.0;