Menu

[r5829]: / trunk / fuse-basic / tests / cos.bas  Maximize  Restore  History

Download this file

9 lines (8 with data), 173 Bytes

1
2
3
4
5
6
7
8
10 PRINT COS 0
20 PRINT COS PI
30 PRINT COS ( 2 * PI )
40 PRINT COS ( 3 * PI )
50 PRINT COS ( PI / 2 )
60 PRINT COS ( 3 * PI / 2 )
70 PRINT COS 1.162
80 PRINT ACS COS 0.850
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.