mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-12 09:30:40 +01:00
Merge branch 'master' of https://github.com/PaddiM8/kalk
This commit is contained in:
commit
4e1dab3546
@ -11,7 +11,7 @@ Kalker (or "kalk") is a calculator program/website that supports user-defined va
|
||||
## Features
|
||||
|
||||
* Operators: +, -, \*, /, !
|
||||
* Groups: (), ⌈⌉, ⌋⌊
|
||||
* Groups: (), ⌈⌉, ⌊⌋, []
|
||||
* [Pre-defined functions and constants](https://github.com/PaddiM8/kalker/blob/master/kalk/src/prelude.rs)
|
||||
* User-defined functions and variables. `f(x, y) = xy`, `x = 5`
|
||||
* Derivative of functions (derivatives of noisy functions or of higher order can be a bit inaccurate). `f'(2)`, `sin'(-pi)`
|
||||
|
@ -1,6 +1,6 @@
|
||||
Overview of features
|
||||
Operators: +, -, *, /, !, %
|
||||
Groups: (), ⌈⌉, ⌋⌊
|
||||
Groups: (), ⌈⌉, ⌊⌋, []
|
||||
Pre-defined functions and constants
|
||||
User-defined functions and variables
|
||||
User-defined units (experimental and limited)
|
||||
|
@ -10,7 +10,7 @@ f(a, 2)
|
||||
|
||||
## Features
|
||||
* Operators: +, -, \*, /, !
|
||||
* Groups: (), ⌈⌉, ⌋⌊
|
||||
* Groups: (), ⌈⌉, ⌊⌋, []
|
||||
* [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`
|
||||
* Understands fairly ambiguous syntax. Eg. `2sin50 + 2xy`
|
||||
|
Loading…
Reference in New Issue
Block a user