Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Js
let f = +s

The unary + operator converts its argument to a double precision floating point.
(parse-double s)

New implementation...