to Clojure. As I could not find a ** function in boot.clj, I wrote this one: (defn ** "nth power of x" [x n] (if (== n 0) 1 (* (if (bit-test n 0) x 1)
確定! 回上一頁