Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 136 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 136 Bytes

Tiny Script Caculator

Sample

TS >(* (+ 1 2 3) (^ 2 3))
48

TS >(ln e)
1

TS >(sin (/ pi 2))
1

TS >(- 10.10)
-10.1