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:
Stefan Holderbach
2022-12-09 10:27:19 +01:00
committed by GitHub
parent b938adefaa
commit b4529a20e8
3 changed files with 64 additions and 0 deletions

View File

@ -419,6 +419,7 @@ pub fn create_default_context() -> EngineState {
MathArcCosH,
MathArcTanH,
MathPi,
MathTau,
MathEuler,
MathLn,
};