Menu

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

Download this file

9 lines (8 with data), 173 Bytes

1
2
3
4
5
6
7
8
10 PRINT TAN 0
20 PRINT TAN PI
30 PRINT TAN ( 2 * PI )
40 PRINT TAN ( 3 * PI )
50 PRINT TAN ( PI / 2 )
60 PRINT TAN ( 3 * PI / 2 )
70 PRINT TAN 1.162
80 PRINT ATN TAN 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.