| ... | @@ -1119,6 +1119,10 @@ | ... | @@ -1119,6 +1119,10 @@ |
| 1119 | otherwise the optimizer figures out all the values at compile-time, | 1119 | otherwise the optimizer figures out all the values at compile-time, |
| 1120 | which operates in strict mode.</p> | 1120 | which operates in strict mode.</p> |
| 1121 | {#code|float_mode_exe.zig#} | 1121 | {#code|float_mode_exe.zig#} |
| | 1122 | {#shell_samp#}$ zig build-exe float_mode_exe.zig float_mode_obj.o -O fast |
| | 1123 | $ ./float_mode_exe |
| | 1124 | optimized = 0.001 |
| | 1125 | strict = 0.0009765625{#end_shell_samp#} |
| 1122 | | 1126 | |
| 1123 | {#see_also|@setFloatMode|Division by Zero#} | 1127 | {#see_also|@setFloatMode|Division by Zero#} |
| 1124 | {#header_close#} | 1128 | {#header_close#} |