Add inverse hyperbolic functions (#7258)

- `math arcsinh`
- `math arccosh`
- `math arctanh`
This commit is contained in:
sholderbach
2022-12-01 15:32:43 +01:00
committed by Stefan Holderbach
parent aa6c3936d2
commit 4d6ccf2540
5 changed files with 285 additions and 0 deletions

View File

@ -414,6 +414,9 @@ pub fn create_default_context() -> EngineState {
MathArcSin,
MathArcCos,
MathArcTan,
MathArcSinH,
MathArcCosH,
MathArcTanH,
MathPi,
MathEuler,
};