cratification: start moving over the math commands to nu-cmd-extra (#9647)

* arccos
* arccosh
* arcsin
* arcsinh
* arctan
* arctanh

The above commands are being ported over to nu-cmd-extra

I initially moved all of the math commands over but there are some
issues with the tests...

So we will move them over slowly --- and actually I kind of like this
idea better...

Because some of the math commands we might want to leave in the core
nushell...

Stay tuned...

For more details 👍 
Read this document:

https://github.com/stormasm/nutmp/blob/main/commands/math.md
This commit is contained in:
Michael Angerman
2023-07-10 12:08:45 -07:00
committed by GitHub
parent cf36f052c4
commit e10d84b72f
10 changed files with 31 additions and 19 deletions

View File

@ -333,12 +333,6 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
MathSinH,
MathCosH,
MathTanH,
MathArcSin,
MathArcCos,
MathArcTan,
MathArcSinH,
MathArcCosH,
MathArcTanH,
MathPi,
MathTau,
MathEuler,