mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-08 10:07:01 +09:00
Added ex060 floats
This commit is contained in:
parent
1427d3b6f1
commit
b3f4773be4
3 changed files with 99 additions and 0 deletions
4
patches/patches/060_floats.patch
Normal file
4
patches/patches/060_floats.patch
Normal file
|
@ -0,0 +1,4 @@
|
|||
43c43
|
||||
< var shuttle_weight: f16 = 907.18 * 2200;
|
||||
---
|
||||
> var shuttle_weight: f32 = 907.18 * 2200.0;
|
Loading…
Add table
Add a link
Reference in a new issue