cl-parse-number

parse a string into one of the standard Common Lisp number types
  http://www.cliki.net/parse-number
  0
  no reviews



Parse-number accepts an arbitrary string and attempts to parse the string into one of the standard Common Lisp number types, if possible, or else parse-number signals an error of type invalid-number.