On Tue, May 3, 2011 at 9:50 AM, bOR_ <[email protected]> wrote: > Because I did not remember Math/ceil :-). > > Point is, is there any consensus on what math library to use? Is (Math/... > in general the fastest? >
For basic math, I'm not sure what could be faster than Java primitive operators and methods. For more sophisticated things you'll probably have to look at the various Java libs which I'm not all that familiar with. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
