aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/big/int_test.zig
AgeCommit message (Expand)Author
2020-12-31Year++Frank Denis
2020-10-09std: Add/Fix/Change parts of big.intLemonBoy
2020-10-05std: Fix two bugs in bigint powLemonBoy
2020-10-04std: Add pow(a,b) for big intsLemonBoy
2020-09-03update uses of deprecated type field accessVexu
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-27Fix bug in big.int.Mutable.toManaged() and add testsjoachimschmidt557
2020-05-01rework std.math.big.IntAndrew Kelley