aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/ftoa_test.go
AgeCommit message (Expand)Author
2022-06-24strconv: avoid panic on invalid call to FormatFloatRémy Oudompheng
2021-04-15strconv: Implement Ryū algorithm for ftoa shortest modeRémy Oudompheng
2021-04-15strconv: implement Ryū-like algorithm for fixed precision ftoaRémy Oudompheng
2020-10-30strconv: fix incorrect bit size in ParseComplex; add testsBen Hoyt
2019-05-23strconv: fix rounding in FormatFloat fallback pathCaleb Spare
2019-02-12strconv: format hex floatsRuss Cox
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2016-10-17strconv: make FormatFloat slowpath a little fasterAlberto Donizetti
2016-06-02strconv: use Run for some benchmarksMarcel van Lohuizen
2015-09-23strconv: slightly simplified roundShortest; better commentsRobert Griesemer
2015-03-05strconv: simplify code for binary exponent float formatMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox