On 13 Dec 2010, at 22:41, Sunil S Nandihalli wrote:
I found two libraries for complex numbers...One in apache.common.math and the other in clojure-contrib but which clearly states that it is quiet incomplete ... can anybody make a suggestion for a good alternative..
The one in clojure.contrib is indeed quite incomplete, but completing it is a trivial job, it just takes some time. Any motivated user could do it in my opinion.
A more relevant distinction is that clojure.contrib.complex uses Clojure maps and multimethod-based functions. That makes it much less efficient than a Java-based library such as Apache commons, but also better integrated with other Clojure code. So the first choice you should make is between clojure.contrib.complex and any Java library - there are a few more in the latter category.
Konrad. -- 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