-
Roger Peppe authored
This code would panic: z := big.NewInt(1) z.SetBit(big.NewInt(0), 2, 1) if z.Cmp(big.NewInt(1<<2)) != 0 { panic("fail") } R=rsc, gri CC=golang-dev https://golang.org/cl/5437081
ca6de008
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
arith.go | ||
arith_386.s | ||
arith_amd64.s | ||
arith_arm.s | ||
arith_decl.go | ||
arith_test.go | ||
calibrate_test.go | ||
hilbert_test.go | ||
int.go | ||
int_test.go | ||
nat.go | ||
nat_test.go | ||
rat.go | ||
rat_test.go |