Update README.md

This commit is contained in:
PaddiM8 2020-06-11 23:39:40 +02:00 committed by GitHub
parent 6dbcee4d21
commit bdf8410a66

View File

@ -1,5 +1,5 @@
# kalk
Kalk is a CLI calculator that supports user-defined variables and functions. An example of what it can parse:
Kalk is a calculator (both program and library) that supports user-defined variables and functions. An example of what it can parse:
```
f(x, y) = sum(1, 3, (2sin4/x!)^y) + cos(n deg)