commit | 2de449e7a04a571a4aefefc83601802af214ea0a | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed May 21 17:12:06 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed May 21 17:12:06 2014 -0400 |
tree | d8f4050c0400b2100c07cdac898834a8efb3c30e | |
parent | 1be479df926fae2291e78f59be7474e6edb1cf97 [diff] |
test/float_lit2.go: rewrite to test values near boundaries Add larger comment explaining testing methodology, and derive tests arithmetically. (These tests are checking rounding again; the derived tests they replace were checking exact values.) LGTM=r, gri R=gri, r CC=golang-codereviews https://golang.org/cl/100660044