mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-11-08 00:44:40 +01:00
commit
c34e9043c5
@ -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