]> Cypherpunks repositories - gostls13.git/commit
spec: document fp rounding during explicit constant conversion
authorRuss Cox <rsc@golang.org>
Mon, 11 Feb 2013 12:47:41 +0000 (07:47 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 11 Feb 2013 12:47:41 +0000 (07:47 -0500)
commit7576179aa3de1afc372da5ac9e9d4bcbdf226560
tree4b3c8e0d8e83df5f5642dd41d88f1fac746540da
parent0a22018d461d7999df3af40cefb6ace17dfe79c0
spec: document fp rounding during explicit constant conversion

The gc compilers already behave this way. It was an explicit
decision during the very long constant design discussions,
but it appears not to have made it into the spec.

Fixes #4398.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7313069
doc/go_spec.html