Skip to main content

parse-double

functionv1.11

cljs.core/parse-double

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

No examples yet. Be the first to add one!