pow - How can I create a power function with negative exponent in Clojure? -


i've seen many ways develop power function in clojure (recursion, using reduce, loop, etc), none of them accepts negative exponents...

can without depending on java's math/pow?

here hint of how use regular algorithms:

the hint


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -