zig/lib/std/math/big
Mizuochi Keita ec58b475b7 std.math.big.int: Fix typo
- `bytes` -> `buffer`
- Correct naming consistency between
  1. fn argument and doc comment of `(read|write)PackedTwosComplement`
  2. fn arguments of `(read|write)PackedTwosComplement` and `(read|write)TwosComplement`
2023-05-29 13:04:55 +03:00
..
int.zig std.math.big.int: Fix typo 2023-05-29 13:04:55 +03:00
int_test.zig std.math.big.int: Add Sqrt 2023-05-29 13:04:32 +03:00
rational.zig Disallow named test decls with duplicate names 2023-05-08 10:59:06 +03:00