Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Go
import "strconv"
f, err := strconv.ParseFloat(s, 64)

f has type float64.
(parse-double s)

New implementation...