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
Tree:
v151
Branches
Tags
develop
master
v151
v150
blitzmax
/
mod
/
brl.mod
/
blitz.mod
/
doc
/
sin.bmx
sin.bmx
92 B
Permalink
History
Raw
1
2
3
4
5
6
7
Rem
Sin:Double( x:Double )
End Rem
for d=0 to 360 step 45
print "Sin("+d+")="+sin(d)
next