Files
zig/lib
hemisputnik 74f361a5ce std.math.big.int: address log2/log10 reviews
There were good reviews made after #31365 was merged, so this commit
addresses them separately.

1. Assert that the number is greater than zero
2. Use `constants` instead of calculating constants manually
3. Use `Const.bitCountAbs` for log2
2026-03-01 20:34:17 +01:00
..
2026-02-14 09:25:41 +01:00
2026-02-13 11:30:14 -08:00
2026-02-12 21:35:36 -08:00