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:
sholderbach
2022-11-27 16:25:51 +01:00
committed by Stefan Holderbach
parent 5c1606ed82
commit 64f226f7da
5 changed files with 134 additions and 2 deletions

View File

@ -405,6 +405,8 @@ pub fn create_default_context() -> EngineState {
MathStddev,
MathSum,
MathVariance,
MathPi,
MathEuler,
};
// Network