Manually wrote the expected output into langref.html.in

This commit is contained in:
Zirunis 2025-10-24 00:16:20 +02:00
parent 5537e42f3b
commit 6614b2b739

View file

@ -1120,6 +1120,10 @@
otherwise the optimizer figures out all the values at compile-time, otherwise the optimizer figures out all the values at compile-time,
which operates in strict mode.</p> which operates in strict mode.</p>
{#code|float_mode_exe.zig#} {#code|float_mode_exe.zig#}
{#shell_samp#}$ zig build-exe float_mode_exe.zig -O ReleaseFast
$ ./float_mode_exe
optimized = 0.001
strict = 0.0009765625{#end_shell_samp#}
{#see_also|@setFloatMode|Division by Zero#} {#see_also|@setFloatMode|Division by Zero#}
{#header_close#} {#header_close#}