forked from extern/nushell
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:
@ -327,9 +327,6 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
|
||||
MathStddev,
|
||||
MathSum,
|
||||
MathVariance,
|
||||
MathEuler,
|
||||
MathExp,
|
||||
MathLn,
|
||||
MathLog,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user