Add natural logarithm (#7258)

- `math ln`
This commit is contained in:
sholderbach
2022-11-27 21:16:53 +01:00
committed by Stefan Holderbach
parent 4d6ccf2540
commit 1f175d4c98
3 changed files with 99 additions and 0 deletions

View File

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