zig/lib/std/math/big
LemonBoy dbc11be038 std: Fix two bugs in bigint pow
* Correctly scan all the exponent bits, this caused the incorrect result
  to be computed for exponents being powers of two.
* Allocate enough limbs to make llmulacc stop whining.
2020-10-05 22:16:26 -04:00
..
int.zig std: Fix two bugs in bigint pow 2020-10-05 22:16:26 -04:00
int_test.zig std: Fix two bugs in bigint pow 2020-10-05 22:16:26 -04:00
rational.zig update uses of deprecated type field access 2020-09-03 18:10:40 +03:00