CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 08:02:34 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=52cd3fbadfc47c8ca86295ed3eabb5e92b8b5ffb523c696f1966ca80c3b9cfe7a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%2236k0MJIQsdqTVoYHe6ZerL8dolEd6jNv%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d513655d0a999b-BLR
sine/cosine table generator - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import math
- RADIUS = 8
- ANGLES = 32
- XOffset = [0]*ANGLES
- YOffset = [0]*ANGLES
- for i in range(ANGLES):
- angle = (i/ANGLES)*2*math.pi
- XOffset[i] = round(math.cos(angle)*RADIUS)
- YOffset[i] = round(math.sin(angle)*RADIUS)
- print('const signed char CIRCLEX[]={', end='')
- for i in range(ANGLES):
- print('%2d,' % XOffset[i], end='');
- print('};')
- print('const signed char CIRCLEY[]={', end='')
- for i in range(ANGLES):
- print('%2d,' % YOffset[i], end='');
- print('};')
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ P
JavaScript | 1 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ Z
JavaScript | 10 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 11 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch ⭐ P
JavaScript | 20 sec ago | 0.25 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 22 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ R
JavaScript | 29 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 2
JavaScript | 32 sec ago | 0.25 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 33 sec ago | 0.10 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