aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/ratconv.go
AgeCommit message (Expand)Author
2022-01-28[release-branch.go1.17] math/big: prevent overflow in (*Rat).SetStringKatie Hockman
2021-05-06math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
2019-09-02math/big: fix a duplicate "the" in a commentpeter zhang
2019-04-15math/big: don't clobber shared underlying array in pow5 computationRobert Griesemer
2019-03-25math/big: accept non-decimal floats with Rat.SetStringRobert Griesemer
2019-03-12math/big: add support for underscores '_' in numbersRobert Griesemer
2019-02-11math/big: permit upper-case 'P' binary exponent (not just 'p')Robert Griesemer
2019-01-17math/big: document that Rat.SetString accepts _decimal_ float representationsRobert Griesemer
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-10-04math/big: remove []byte/string conversionsMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-06all: remove some manual hyphenationJosh Bleecher Snyder
2016-10-19math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke
2016-10-06math/big: Rat.SetString to report error if input is not consumed entirelyRobert Griesemer
2016-06-24math/big: special-case a 0 mantissa during Rat parsingNathan VanBenschoten
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-09-25math/big: removed more unnecessary string conversionsRobert Griesemer
2015-09-24math/big: faster string conversion routinesRobert Griesemer
2015-07-22math/big: document rounding for Rat.FloatToStringRobert Griesemer
2015-02-14math/big: don't scan past a binary exponent if not accepted syntacticallyRobert Griesemer
2015-01-30math/big: split rat conversion routines and tests into separate filesRobert Griesemer