Update README.md

This commit is contained in:
PaddiM8 2020-06-12 01:12:36 +02:00 committed by GitHub
parent 3e80160e91
commit 0702e8eee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ Kalk is a calculator (both program and library) that supports user-defined varia
* Understands fairly ambiguous syntax. Eg. `2sin50 + 2xy`
* Syntax highlighting
* Special-symbol completion on tab. Eg. write `sqrt` and press tab. It will be turned into `√`.
* Sum function: `sum(start, to, expression)` Eg. `sum(1, 3, 2n+1)` is the same as `2*1+1 + 2*2+1 + 2*3+1` = `15`
## Installing
Make sure you have `diffutils` `gcc` `make` and `m4` installed.