On Dec 22, 7:14 am, "Mark Engelberg" <mark.engelb...@gmail.com> wrote: > Is there any kind of math library that works a bit more intelligently > with Clojure's numbers, or has anyone looked at bringing more of these > math functions into the Clojure core or contrib so that these > functions will dispatch correctly?
Yeah, I love (expt 2 64) as a Common Lisp parlor trick. I've thought about trying to write a Clojure "pow", but I don't know enough about the algorithms involved. How do you compute something like 25/9 to the power of 3/2? -Stuart Sierra --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---