]> Cypherpunks repositories - gostls13.git/commit
math/big: replace Float.NewInf with Float.SetInf for more consistent API
authorRobert Griesemer <gri@golang.org>
Wed, 25 Feb 2015 23:38:15 +0000 (15:38 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 2 Mar 2015 20:35:49 +0000 (20:35 +0000)
commitc3dc78f30156f30f7ca590c79a3de59baa16726a
tree3e9b50cef624160097d9d5fad0867b5de3089bfc
parent612dd6c26274d7183b21d38120bc98c45dcf2736
math/big: replace Float.NewInf with Float.SetInf for more consistent API

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