From 66e96651bacd5cb8a7ebde33172e808f8cc899ed Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Sun, 30 May 2021 20:52:24 +0200 Subject: [PATCH] Updated README to mention derivation accuracy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b88f41..8a7c0e7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Kalk is a calculator (both program and library) that supports user-defined varia * [Pre-defined functions and constants](https://github.com/PaddiM8/kalk/blob/master/kalk/src/prelude.rs) * User-defined functions and variables. `f(x, y) = xy`, `x = 5` * User-defined units (experimental). `unit m = cm/100`, `2m/50cm`, `50cm to m` -* Derivative of functions. `f'(2)`, `sin'(-pi)` +* Derivative of functions (derivatives of higher order can be a bit inaccurate). `f'(2)`, `sin'(-pi)` * Integration. `∫(0, pi, sin(x) dx)` or `∫(0, π, sin(x) dx)` * Understands fairly ambiguous syntax. Eg. `2sin50 + 2xy` * Syntax highlighting