Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Q2.1-PRF192-PE-trial
ppupil2
Mar 27th, 2020
200
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
double
fen
(
double
x
,
double
epsi
)
{
double
si
,
a
;
int
n
;
si
=
x
;
n
=
1
;
a
=
x
;
while
(
epsi
<
fabs
(
a
)
)
{
a
*=
(
-
1
)
*
pow
(
x
,
2
)
/
(
2
*
n
*
(
2
*
n
+
1
)
)
;
si
+=
a
;
n
++;
}
return
(
si
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $900 INSTANTLY
JavaScript | 2 sec ago | 0.26 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 7 sec ago | 0.26 KB
⭐ Instant Profit Method ⭐
JavaScript | 16 sec ago | 0.26 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 21 sec ago | 0.08 KB
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐⭐
Java | 33 sec ago | 0.08 KB
✅ Make $1500 in 20 minutes
JavaScript | 38 sec ago | 0.26 KB
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐⭐
Java | 38 sec ago | 0.08 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 38 sec ago | 0.06 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!