]> Cypherpunks repositories - gostls13.git/commit
math/big: test that subVW and addVW work with arbitrary y
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 21 Apr 2015 22:43:44 +0000 (15:43 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 21 Apr 2015 23:13:33 +0000 (23:13 +0000)
commit91f2db3c574887c47da795b06d9f8564d558f85a
treef3bbb15a7efdfbf8b4fb53684ce4126353a83795
parente589e08014d8f508e93a6c0061e9fa50248cbe78
math/big: test that subVW and addVW work with arbitrary y

Fixes #10525.

Change-Id: I92dc87f5d6db396d8dde2220fc37b7093b772d81
Reviewed-on: https://go-review.googlesource.com/9210
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/arith.go
src/math/big/arith_test.go