diff options
author | Maximilian Bosch <[email protected]> | 2021-12-26 12:53:22 +0000 |
---|---|---|
committer | Maximilian Bosch <[email protected]> | 2021-12-30 17:06:49 +0000 |
commit | 27c5539c0aa8e7df2947d9addbab90b2df8c3a3d (patch) | |
tree | 1890d75cfbf3cd7921fa01b0b27a137050e273da /src/main.rs | |
parent | 3f52f6f2ce8408350fcdc180d416e63dd627d93f (diff) |
Add `exp(x)` function which evaluates to `e^x`
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)`.
Diffstat (limited to 'src/main.rs')
0 files changed, 0 insertions, 0 deletions