aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/atoc_test.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-05-08strconv: fix ParseComplex for strings with separatorsRobert Griesemer
2020-05-08strconv: add ParseComplex and FormatComplexpj