> Since 1.5 coerces to 1, shouldn't "1.5" also coerce to 1?

The doc says "Coerce to BigInteger", but that doesn't include double-
quoted numbers. If (bigint) can't make up what you give it, it'll try
BigInteger(byte[] val) or BigInteger(String val). Java calls can
create inconsistencies but in this case I welcome the permissiveness.

-- 
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