Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 20th, 2012
94
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
OCaml
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
let
rec
exp
x n
=
match
n
with
0
->
1
|
n
when
n
mod
2
=
1
->
x
*
(
x
^
(
(
n
-
1
)
/
2
)
)
^
2
|
n
when
n
mod
2
=
0
->
x
^
(
n
/
2
)
^
2
;;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Free ETH Method ⭐
JavaScript | 8 sec ago | 0.32 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 17 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 46 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 54 sec ago | 0.32 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 1 min ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 1 min ago | 0.32 KB
✅ MAKE $900 INSTANTLY
JavaScript | 1 min ago | 0.32 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 1 min ago | 0.32 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!