2 lines
40 B
Clojure
2 lines
40 B
Clojure
|
|
(defn ** [x n] (reduce * (repeat n x)))
|
|
|
(defn ** [x n] (reduce * (repeat n x)))
|