zig/lib/std/zon
Jacob Young 6b41beb370 big.int: implement float conversions
These conversion routines accept a `round` argument to control how the
result is rounded and return whether the result is exact. Most callers
wanted this functionality and had hacks around it being missing.

Also delete `std.math.big.rational` because it was only being used for
float conversion, and using rationals for that is a lot more complex
than necessary. It also required an allocator, whereas the new integer
routines only need to be passed enough memory to store the result.
2025-06-15 14:15:18 -04:00
..
parse.zig big.int: implement float conversions 2025-06-15 14:15:18 -04:00
stringify.zig zon: normalize negative zeroes 2025-03-31 19:07:34 -04:00