docs: fix - typo in langref.html.in
Duplicate of #35741
make
@round, @trunc, @floor, and @ceil support integers; delete std.math.lossyCast
I hope this is not my sleep deprivation, but aren't all the "in bounds"- tests off by one? As in they'd be correct if it weren't for the x += 1 in there?
Docs: Fixed missing example output for float_mode_exe.zig
@alexrp Thanks! Just a heads-up that the checks are done. Let me know if there's anything else I should do to get this merged.
Docs: Fixed missing example output for float_mode_exe.zig
I had to remove the comment again because auto doc didn't like it, my bad.
98550d251b
Remove comment from float_mode_exe.zig again
Docs: Fixed missing example output for float_mode_exe.zig
8ce8bd32cd
Added a comment to float_mode_exe.zig explaining why "syntax only"-mode is used
106b9a2b63
Added shell command and output of float mode example to langref manually
Is it possible to build on windows or are there linux/posix dependencies?
Docs: Missing example output for float_mode_exe.zig