cratification: part III of the math commands to nu-cmd-extra (#9674)

The following math commands are being moved to nu-cmd-extra

* e (euler)
* exp
* ln

This should conclude moving the extra math commands as discussed in
yesterday's
core team meeting...

The remaining math commands will stay in nu-command (for now)....
This commit is contained in:
Michael Angerman
2023-07-13 09:11:26 -07:00
committed by GitHub
parent 9a6a3a731e
commit 3c583c9a20
9 changed files with 17 additions and 14 deletions

View File

@ -327,9 +327,6 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
MathStddev,
MathSum,
MathVariance,
MathEuler,
MathExp,
MathLn,
MathLog,
};