ClojureDocs

Nav

Namespaces

parse-double

clojure.core

Available since 1.11 (source)
  • (parse-double s)
Parse string with floating point components and return a Double value,
or nil if parse fails.
 Grammar: https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html#valueOf-java.lang.String-