forked from extern/nushell
6be5631477
# Description I copied the `math ln` command and replaced the relevant parts to implement `math exp`. # User-Facing Changes The `math exp` command was added. Now one can do `[1, 2, 3] | math exp` to get e to the power of these numbers. # Tests + Formatting I only wrote example tests, same as for `math ln`, which also does not have special tests. I have ran into an issue with the tests but it seems completely unrelated (see #8687) # After Submitting This PR was done in order to make the documentation complete, so I'm not adding any documentation except `math ln`. |
||
---|---|---|
.. | ||
assets | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |