Commit Graph
5 Commits
Author SHA1 Message Date
Arya-ElfrenandGitHub c2fe843a8a 060 - remove @as() 2023-04-28 15:11:43 +01:00
Arya-ElfrenandGitHub 599bea5705 Simplify f16 coersion example 2023-04-28 11:32:45 +01:00
Arya-ElfrenandGitHub 3612c67f04 Simplify methods explanation in 047 2023-04-28 11:12:42 +01:00
Arya-ElfrenandGitHub 18f69f5634 Clarify the methods syntax sugar & a bit more
I think it's a bit clearer to show exactly what the syntax sugar of methods is, because that's all it is. Every function in Zig is in a struct (files are structs after all) and methods just simplify their use.

I also thought we might use the explicit saturating subtraction as that is why the feature is in Zig.
2023-04-26 22:47:03 +01:00
Arya-ElfrenandGitHub 116546a996 Clarify f16 maths - closes #204 2023-04-26 22:07:20 +01:00