1.1 is not representable as an Integer(Java class, or primitive int)
and is not an integer (mathematical sense) so expecting to be
representable as one, is kind of... odd.

On Sun, Nov 22, 2009 at 4:14 PM, Don <josereyno...@gmail.com> wrote:
> I am having a problem converting a string to decimal.  I want to
> convert "1.0" to decimal 1.0.  I have tried the java.lang.Integer
> class
>
> use=> (Integer/parseInt "1.1")
> java.lang.NumberFormatException: For input string:
> "1.1" (NO_SOURCE_FILE:0)
>
> But it won't give.  It does however work when I run it with "1".
>
> Any suggestions would be greatly appreciated.  Thank you.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to