Skip to content

Commit

Permalink
- add ParseComplex func
Browse files Browse the repository at this point in the history
  • Loading branch information
pjebs authored Jan 26, 2020
1 parent c333d07 commit 55b2570
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/strconv/atof.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,3 +678,7 @@ func ParseFloat(s string, bitSize int) (float64, error) {
}
return atof64(s)
}

func ParseComplex(s string, bitSize int) (float64, error) {
return 0,nil
}

0 comments on commit 55b2570

Please # to comment.