Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Sin cos precalculation Garmin Connect IQ
tomasslavicek
Nov 12th, 2018
301
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
var coefX
=
new
[
60
]
,
coefY
=
new
[
60
]
;
for
(
var i
=
0
;
i
<
60
;
i
++
)
{
coefX
[
i
]
=
Math.
sin
(
i
/
30.0
*
3.14159
)
;
coefY
[
i
]
=
-
Math.
cos
(
i
/
30.0
*
3.14159
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $200 in 15 minutes C
JavaScript | 3 sec ago | 0.07 KB
MAKE $900 INSTANTLY S
JavaScript | 12 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN Y
JavaScript | 16 sec ago | 0.07 KB
FREE BTC GUIDE P
JavaScript | 17 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN K
JavaScript | 53 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] U
JavaScript | 54 sec ago | 0.07 KB
Hadez Method LeakedTC
Java | 56 sec ago | 0.06 KB
Make $200 in 15 minutes J
JavaScript | 56 sec ago | 0.07 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!