Added ex060 floats

This commit is contained in:
Dave Gauer
2021-04-09 13:02:36 -04:00
parent 1427d3b6f1
commit b3f4773be4
3 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
43c43
< var shuttle_weight: f16 = 907.18 * 2200;
---
> var shuttle_weight: f32 = 907.18 * 2200.0;