Add basic hyperbolic functions (#7258)

`math sinh`
`math cosh`
`math tanh`
This commit is contained in:
sholderbach
2022-11-27 16:29:38 +01:00
committed by Stefan Holderbach
parent b27d6b2cb1
commit 4f05994b36
5 changed files with 272 additions and 0 deletions

View File

@ -408,6 +408,9 @@ pub fn create_default_context() -> EngineState {
MathSin,
MathCos,
MathTan,
MathSinH,
MathCosH,
MathTanH,
MathPi,
MathEuler,
};