parse-float
Parse floating point values in strings.
$ area51 add parse-floatCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(parse-float:some-function ...)Parse floating point values in strings.
$ area51 add parse-floatCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(parse-float:some-function ...)