From 0702e8eee7b280ff81c3e1332a354ae3e4ebdcef Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Fri, 12 Jun 2020 01:12:36 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 231e678..c5cb484 100644 --- a/README.md +++ b/README.md @@ -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.