Releases: vanilla-extracts/calc
Releases · vanilla-extracts/calc
v2.8.0 Interactive config!
- Interact with the configuration
- Print current config
- Reset config to default
- Set config
- Set main color
- Set prompt color
- Set prompt
- Set greeting message
- Set greeting color
- Reload config
v2.7.0 Matrix algebra
- Matrix calculation
- Add matrix to the datatypes
- Lex matrices
- Parse matrices
- Add matrices operation
- Matrix addition
- Matrix multiplication
- Calculate the matrix determinant
- Calculate the reverse matrix
v2.6.0 Add vector calculation !
- Vector calculation
- Add vectors to the datatypes
- Lex vectors
- Parse vectors
- Add vector operations
- Dot product
- Vector norm
- Vector addition
v2.5.1 Bug fix
fix error
v2.5.0 User defined function!
v2.4.0 : Logic!
Logic done
- Add logic
- Add basic true/false
- Add binary operator
- or (&&)
- and (||)
-
>=
-
>
-
<=
-
<
-
==
- Add unary operator
- not (!)
v2.3.1 More function
Added
- sqrt
- factorial (aliases: fact or !)
- abs
- ceil
- floor
- round
v2.3.0 Functions!
Functions!
- Add support for functions
- exp
- ln
- log base a
- cos/sin/tan
- cosh/sinh/tanh
- atan/acos/asin
v2.2.2 Config!
You can now configure the calculator, see https://calc.nwa2coco.fr/config.html
v2.1.1 bug fix
bug fixed
- reversed operation when doing variable math.