Download this file
11 lines (6 with data), 145 Bytes
| 10 PRINT SQR 0
20 PRINT SQR 1
30 PRINT SQR 4
40 PRINT ( SQR 9.85 ) ^ 2
50 PRINT SQR 1.44 * SQR 1.44
60 PRINT EXP( 0.5 * LN 2.53 ) - SQR 2.53
|
×
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.