summaryrefslogtreecommitdiff
path: root/src/strconv/atof.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-0/+2
* strconv: ParseFloat: always return ErrSyntax for bad syntaxIan Lance Taylor2021-06-071-1/+1
* strconv: revert ParseFloat/ParseComplex error on incorrect bitSizeBen Hoyt2020-11-031-3/+0
* strconv: fix incorrect bit size in ParseComplex; add testsBen Hoyt2020-10-301-0/+3
* strconv: make Eisel-Lemire handle long mantissasRémy Oudompheng2020-10-291-10/+34
* strconv: remove extfloat.go atof code pathNigel Tao2020-10-291-33/+12
* strconv: add eiselLemire32Nigel Tao2020-10-231-1/+3
* strconv: use the Eisel-Lemire ParseFloat algorithmNigel Tao2020-10-171-1/+4
* strconv: fix ParseComplex for strings with separatorsRobert Griesemer2020-05-081-1/+1
* strconv: add ParseComplex and FormatComplexpj2020-05-081-2/+2
* strconv: fix for parseFloatPrefixRobert Griesemer2020-04-301-1/+5
* strconv: implement parseFloatPrefix returning no. of bytes consumedRobert Griesemer2020-04-301-67/+79
* strconv: Speed improvement to number parsingSam Arnold2019-08-281-13/+24
* strconv: update documentationEmmanuel T Odeke2019-08-221-1/+1
* strconv: document handling of NaN and ±InfAndrew Gerrand2019-05-311-0/+3
* strconv: accept underscores in ParseInt, ParseUint, ParseFloatRuss Cox2019-02-121-2/+20
* strconv: parse hex floatsRuss Cox2019-02-121-48/+157
* strconv: fix ParseFloat for special forms of zero valuesRobert Griesemer2016-04-191-1/+3
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-5/+4
* strconv: add examples to packageCarlos C2015-07-221-2/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+540