nushell/crates/nu-cmd-extra/src/extra/math
Michael Angerman 942c66a9f3
cratification: part II of the math commands to nu-cmd-extra (#9657)
The following math commands are being moved to nu-cmd-extra

* cos
* cosh
* egamma
* phi
* pi
* sin
* sinh
* tan
* tanh
* tau

For now I think we have most of the obvious commands moved over based on

@sholderbach this should cover moving the "high school" commands..

>>Yeah I think this rough separation into "high school" math in extra
and "middle school"/"programmer" math in the core makes a ton of sense.

And to reference the @fdncred list from
https://github.com/nushell/nushell/pull/9647#issuecomment-1629498812
2023-07-11 11:23:39 -07:00
..
arccos.rs cratification: start moving over the math commands to nu-cmd-extra (#9647) 2023-07-10 12:08:45 -07:00
arccosh.rs cratification: start moving over the math commands to nu-cmd-extra (#9647) 2023-07-10 12:08:45 -07:00
arcsin.rs cratification: start moving over the math commands to nu-cmd-extra (#9647) 2023-07-10 12:08:45 -07:00
arcsinh.rs cratification: start moving over the math commands to nu-cmd-extra (#9647) 2023-07-10 12:08:45 -07:00
arctan.rs cratification: start moving over the math commands to nu-cmd-extra (#9647) 2023-07-10 12:08:45 -07:00
arctanh.rs cratification: start moving over the math commands to nu-cmd-extra (#9647) 2023-07-10 12:08:45 -07:00
cos.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
cosh.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
egamma.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
mod.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
phi.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
pi.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
sin.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
sinh.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
tan.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
tanh.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00
tau.rs cratification: part II of the math commands to nu-cmd-extra (#9657) 2023-07-11 11:23:39 -07:00