zig/lib/std/fmt
viri 7b7f45dc2a std.{fmt, math}: derive float constants from std
This also addresses a nit from #10133 where IntT might be a confusing
name because it might imply signed integer (iX, not uX). We settled on
TBits for math/float.zig so I've applied that change here too.

When I originally wrote ldexp() I copied the name from parse_hex_float.
2022-04-06 15:50:36 +02:00
..
errol remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
errol.zig std.fmt: Fix incorrect behavior with large floating point integers. 2022-04-04 16:04:35 -04:00
parse_float.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
parse_hex_float.zig std.{fmt, math}: derive float constants from std 2022-04-06 15:50:36 +02:00