mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add math tau
(#7408)
# Description Prompted by https://discord.com/channels/601130461678272522/615329862395101194/1050693116501426216 # User-Facing Changes New command `math tau` and endless agony whether to use `math pi` or `math tau` # Tests + Formatting Example test
This commit is contained in:
committed by
GitHub
parent
b938adefaa
commit
b4529a20e8
@ -419,6 +419,7 @@ pub fn create_default_context() -> EngineState {
|
||||
MathArcCosH,
|
||||
MathArcTanH,
|
||||
MathPi,
|
||||
MathTau,
|
||||
MathEuler,
|
||||
MathLn,
|
||||
};
|
||||
|
Reference in New Issue
Block a user