]> Cypherpunks repositories - gostls13.git/commit
test/float_lit2: fix expressions in comment
authorJan Mercl <0xjnml@gmail.com>
Wed, 14 Sep 2016 11:17:37 +0000 (13:17 +0200)
committerRobert Griesemer <gri@golang.org>
Wed, 14 Sep 2016 16:39:47 +0000 (16:39 +0000)
commit2e675142dd269348da992c1862a28e56e0a87eb6
treedc2f422b5544f6ae6e0923f994fd0055ea31948c
parent7f583a4d721c94967fe3ce098b3eff902cba043b
test/float_lit2: fix expressions in comment

The change corrects the values of the largest float32 value (f1) and the
value of the halfway point between f1 and the next, overflow value (f2).

Fixes #17012

Change-Id: Idaf9997b69d61fafbffdb980d751c9857732e14d
Reviewed-on: https://go-review.googlesource.com/29171
Reviewed-by: Robert Griesemer <gri@golang.org>
test/float_lit2.go