1
0
mirror of https://github.com/PaddiM8/kalker.git synced 2025-07-04 08:20:01 +02:00

Update README.md

This commit is contained in:
PaddiM8
2020-06-12 01:12:36 +02:00
committed by GitHub
parent 06927425c3
commit 35a15f46f0

@ -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.