This website works better with JavaScript
Home
Explore
Help
Sign In
blitz
/
blitzmax
mirror of
https://github.com/blitz-research/blitzmax.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
develop
Branches
Tags
develop
master
v151
v150
blitzmax
/
mod
/
brl.mod
/
blitz.mod
/
doc
/
cos.bmx
cos.bmx
81 B
Permalink
History
Raw
1
2
3
4
5
6
7
Rem
Cosine of x
End Rem
for d=0 to 360 step 45
print "Cos("+d+")="+cos(d)
next