Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `exp2` function and ensure it's correctly lexed | Maximilian Bosch | 2021-12-30 | 1 | -6/+11 |
| | |||||
* | Add `exp(x)` function which evaluates to `e^x` | Maximilian Bosch | 2021-12-30 | 1 | -0/+1 |
| | | | | | | Quite useful when doing analysis at University, also preferable over `e^x` because it's way nicer to write `exp(arbitrary expr)` rather than `e^(arbitrary expr)`. | ||||
* | Merge branch 'master' into pickfire-help | Akshay | 2020-11-06 | 1 | -3/+3 |
| | |||||
* | fixes for nix | Akshay | 2020-11-02 | 1 | -0/+282 |