Skip to content

haldun/calc

Repository files navigation

Calc

Example expressions

Basic arithmetic

4 + 3
(6 + 4) - (2 + 12)
23 * 4 / 2

Variables

a = 4
b = 324
c = a + b

Special variables

π
PI
E
Ans
Line1

Builtin Functions

sin
cos
log
pow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors