aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/atof.go
AgeCommit message (Expand)Author
2020-11-03strconv: revert ParseFloat/ParseComplex error on incorrect bitSizeBen Hoyt
2020-10-30strconv: fix incorrect bit size in ParseComplex; add testsBen Hoyt
2020-10-29strconv: make Eisel-Lemire handle long mantissasRémy Oudompheng
2020-10-29strconv: remove extfloat.go atof code pathNigel Tao
2020-10-23strconv: add eiselLemire32Nigel Tao
2020-10-17strconv: use the Eisel-Lemire ParseFloat algorithmNigel Tao
2020-05-08strconv: fix ParseComplex for strings with separatorsRobert Griesemer
2020-05-08strconv: add ParseComplex and FormatComplexpj
2020-04-30strconv: fix for parseFloatPrefixRobert Griesemer
2020-04-30strconv: implement parseFloatPrefix returning no. of bytes consumedRobert Griesemer
2019-08-28strconv: Speed improvement to number parsingSam Arnold
2019-08-22strconv: update documentationEmmanuel T Odeke
2019-05-31strconv: document handling of NaN and ±InfAndrew Gerrand
2019-02-12strconv: accept underscores in ParseInt, ParseUint, ParseFloatRuss Cox
2019-02-12strconv: parse hex floatsRuss Cox
2016-04-19strconv: fix ParseFloat for special forms of zero valuesRobert Griesemer
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-07-22strconv: add examples to packageCarlos C
2014-09-08build: move package sources from src/pkg to srcRuss Cox