aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/ratconv_test.go
AgeCommit message (Expand)Author
2021-05-27[release-branch.go1.15] math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
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-03-07math/big: support new octal prefixes 0o and 0ORobert Griesemer
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2016-10-11math/big: move exhaustive tests behind -long flagRuss Cox
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-03-02all: single space after period.Brad Fitzpatrick
2015-07-22math/big: document rounding for Rat.FloatToStringRobert Griesemer
2015-01-30math/big: split rat conversion routines and tests into separate filesRobert Griesemer