zig/lib/std/math/big
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
..
int.zig std.math.big.int: address log2/log10 reviews 2026-03-01 20:34:17 +01:00
int_test.zig std.math.big.int: add log10 2026-02-28 20:16:32 +02:00