]> Cypherpunks repositories - gostls13.git/commit
math/big: add more Float.Float64 conversion tests
authorRobert Griesemer <gri@golang.org>
Fri, 22 May 2015 00:52:49 +0000 (17:52 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 22 May 2015 21:06:01 +0000 (21:06 +0000)
commit8de8925c7794a39d9747e386163ebdccda561cca
tree0dcf8b53c4d737ddf9c1041f039886a3512cd247
parent79afb43a0a42abb435c9a7596d66759eb7af18f2
math/big: add more Float.Float64 conversion tests

- structure the Float64 conversion tests the same way as for Float32
- add additional test cases, including one that exposes a current issue
  (currently disabled, same issue as was fixed for Float32)

The Float64 fix will be in a subsequent change for easier reviewing.

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