]> Cypherpunks repositories - gostls13.git/commit
math/big: implement missing special cases for binary operations
authorRobert Griesemer <gri@golang.org>
Thu, 2 Apr 2015 00:19:09 +0000 (17:19 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 2 Apr 2015 17:05:09 +0000 (17:05 +0000)
commitbb298754abb55b2a44b52cb694d6f4762864e197
treeb1ed8edd180a3dd2431ef26d941f1a85b7a8c003
parentd6dff636ea790b5c0ca80b8888fcdd6961b3b922
math/big: implement missing special cases for binary operations

Change-Id: I9fc12b1a9b1554523e08839c1ff46c8668217ba1
Reviewed-on: https://go-review.googlesource.com/8381
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/float.go
src/math/big/float_test.go