zig/doc
Jay Petacat 484cc15366 Sema: Allow small integer types to coerce to floats
If the float can store all possible values of the integer without
rounding, coercion is allowed. The integer's precision must be less than
or equal to the float's significand precision.

Closes #18614
2026-01-10 22:19:20 +01:00
..
langref Sema: Allow small integer types to coerce to floats 2026-01-10 22:19:20 +01:00
build.zig.zon.md rename "nonce" to "fingerprint" 2025-02-26 11:42:04 -08:00
langref.html.in Sema: Allow small integer types to coerce to floats 2026-01-10 22:19:20 +01:00