| author | |
| committer | |
| log | 828a5414db01df38bb2ace6034cf64330e776fd9 |
| tree | 673c1d13b9e8193553e7cbb4dda1288c3cdcd3ca |
| parent | c9dc9b798cdf03e792c214268b1b46fbee1d6c54 |
1 files changed, 4 insertions(+), 0 deletions(-)
doc/langref.html.in+4| ... | ... | @@ -1119,6 +1119,10 @@ |
| 1119 | 1119 | otherwise the optimizer figures out all the values at compile-time, |
| 1120 | 1120 | which operates in strict mode.</p> |
| 1121 | 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 | 1127 | {#see_also|@setFloatMode|Division by Zero#} |
| 1124 | 1128 | {#header_close#} |