How can I do exponentiation in clojure? For now I\'m only needing integer exponentiation, but the question goes for fractions too.
When this question was originally asked, clojure.contrib.math/expt was the official library function to do this. Since then, it has moved to clojure.math.numeric-tower