Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 5th, 2018
77
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
(defn square [x]
(* x x))
(defn it-fast-expt [b n]
(iter 1 b n))
(defn iter [a b n]
(cond (= n 0) a
(even? n) (iter a (square b) (/ n 2))
:else (iter (* a b) b (- n 1))))
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Exchange Exploit T I⭐⭐⭐
Java | 6 sec ago | 0.15 KB
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐⭐
Java | 7 sec ago | 0.15 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ F
JavaScript | 11 sec ago | 0.27 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 16 sec ago | 0.15 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 19 sec ago | 0.15 KB
⭐⭐Exchange Exploit⭐⭐ 4
JavaScript | 23 sec ago | 0.27 KB
⭐⭐⭐Swapzone Glitch (Working)⭐⭐⭐
Java | 27 sec ago | 0.15 KB
✅⭐ Make huge profits on trading ⭐⭐ W
JavaScript | 34 sec ago | 0.27 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!