]> Cypherpunks repositories - gostls13.git/commit
math/big: add IsInt64/IsUint64 predicates
authorRobert Griesemer <gri@golang.org>
Tue, 7 Feb 2017 19:34:20 +0000 (11:34 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 7 Feb 2017 23:02:33 +0000 (23:02 +0000)
commit1f93ba66d6ccb200e8b0a037a01265f6563fdf58
tree4c10e9ecf60610fac3382aebadfbcb417a7be398
parent7bad00366b2e3e8440e8c870d8c53efaa8fe3811
math/big: add IsInt64/IsUint64 predicates

Change-Id: Ia5ed3919cb492009ac8f66d175b47a69f83ee4f1
Reviewed-on: https://go-review.googlesource.com/36487
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/int.go
src/math/big/int_test.go