Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 15th, 2019
97
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#define N 0.0001
double
LN_Newton
(
double
x
)
{
double
x0
=
x
;
while
(
(
EXP_T
(
x0
)
-
x
)
>
N
||
(
EXP_T
(
x0
)
-
x
<-
N
)
)
{
x0
=
x0
-
1
+
(
x
/
EXP_T
(
x0
)
)
;
}
return
x0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐ Free Crypto Method ⭐⭐
JavaScript | 7 sec ago | 0.67 KB
⚡⚡ EARN 9,500$ IN LESS THAN 10 MINUTES OF WOR...
JavaScript | 12 sec ago | 0.67 KB
🔥🔥 BIG MONEY BY TRUMP⭐ 💵⭐
JavaScript | 1 min ago | 0.65 KB
📌📌 Swapzone Glitch 2000/15MIN ⭐ 🔥💵
JavaScript | 3 min ago | 0.65 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 3 min ago | 0.67 KB
🚨 MILLIONAIRES MONEY 🔥💵
JavaScript | 5 min ago | 0.65 KB
⚡⚡⚡ CashApp Exploit
JavaScript | 5 min ago | 0.67 KB
🚨🚨 Swapzone +$1,000 Promotion ⭐💵
JavaScript | 6 min ago | 0.65 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!