]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: don't scan past a binary exponent if not accepted syntactically
authorRobert Griesemer <gri@golang.org>
Thu, 12 Feb 2015 23:09:56 +0000 (15:09 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 14 Feb 2015 01:01:19 +0000 (01:01 +0000)
commita809dc7adb8065368c73900a8256048c55cde79b
tree7373c24b285c7dc4ee7a11664bd321559814e367
parentccdbfe31747621fbdb15ade5c4d34b339e45407f
math/big: don't scan past a binary exponent if not accepted syntactically

TBR adonovan

Change-Id: I842cbc855dbd560f65e76c9a557dff1a22c5d610
Reviewed-on: https://go-review.googlesource.com/4882
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/floatconv.go
src/math/big/ratconv.go