aboutsummaryrefslogtreecommitdiff
path: root/exercises/060_floats.zig
AgeCommit message (Expand)AuthorFilesLines
2023-11-06Change the task so that the exercise contains two errors again.Chris Boesch1-4/+4
2023-06-22var to const when posssiblelording1-1/+1
2023-04-28060 - remove `@as()`Arya-Elfren1-6/+8
2023-04-28Simplify `f16` coersion exampleArya-Elfren1-6/+3
2023-04-26Clarify `f16` maths - closes #204Arya-Elfren1-2/+6
2023-01-17writen -> writtenRoman FroĊ‚ow1-1/+1
2022-11-07Exercise 60: mention new float type f80Kim SHrier1-2/+2
2021-11-05fix whitespace line-endingsJonathan Halmen1-2/+2
2021-04-09Added ex060 floatsDave Gauer1-0/+91