mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add math pi
and math e
constants (#7258)
Currently implemented as commands Work towards #7073 Add them to the example test harness together with `math round`
This commit is contained in:
committed by
Stefan Holderbach
parent
5c1606ed82
commit
64f226f7da
@ -405,6 +405,8 @@ pub fn create_default_context() -> EngineState {
|
||||
MathStddev,
|
||||
MathSum,
|
||||
MathVariance,
|
||||
MathPi,
|
||||
MathEuler,
|
||||
};
|
||||
|
||||
// Network
|
||||
|
Reference in New Issue
Block a user