CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 08:05:21 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=78b674278056f6d1cb7bf94110d1d8b48b0fc4e2436f7ecd4829b4cdda63af80a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%227RzR3Dt8jzFjvApfKkoBRJLBHfLZSwy7%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d517780b457679-BLR
Weddles - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function IW = weddles(a, b, n)
- f = @(x) sqrt(1 - 0.162 * (sin(x) ^ 2));
- h = (b - a) / n;
- sum = f(a) + f(b);
- for i = 1 : n - 1
- md = mod(i, 6);
- func_val = f(a + i * h);
- if md == 1 || md == 5
- sum = sum + 5 * func_val;
- elseif md == 2 || md == 4
- sum = sum + func_val;
- elseif md == 3
- sum = sum + 6 * func_val;
- else
- sum = sum + 2 * func_val;
- end
- end
- IW = (3 * sum * h) / 10;
- end
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ L
JavaScript | 1 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ S
JavaScript | 10 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ P
JavaScript | 19 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ P
JavaScript | 1 min ago | 0.25 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 1 min ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ R
JavaScript | 1 min ago | 0.25 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 1 min ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 1 min ago | 0.25 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