]> Cypherpunks repositories - gostls13.git/commit
math/big: permit passing of (possibly nil) *Float to MantExp to avoid allocation
authorRobert Griesemer <gri@golang.org>
Wed, 25 Feb 2015 00:42:39 +0000 (16:42 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 25 Feb 2015 00:46:27 +0000 (00:46 +0000)
commit18fd940620708813dd33a2d5169c9861278102af
tree77b3c1af7f702d719f6da499d19fde3b1a256e62
parent9b3ccc082f6bda01727fc98096f7d197bba830db
math/big: permit passing of (possibly nil) *Float to MantExp to avoid allocation

Change-Id: Ia92eea833283f8b16fa09d4ca1c9cb3bc0eb18a2
Reviewed-on: https://go-review.googlesource.com/5870
Reviewed-by: Rob Pike <r@golang.org>
src/math/big/float.go
src/math/big/float_test.go