Add inverse for trigonometric functions (#7258)

- `math arcsin`
- `math arccos`
- `math arctan`

Again include `--degrees` or `-d` for convenient output in degrees
This commit is contained in:
sholderbach
2022-11-27 20:22:07 +01:00
committed by Stefan Holderbach
parent 4f05994b36
commit aa6c3936d2
5 changed files with 318 additions and 0 deletions

View File

@ -411,6 +411,9 @@ pub fn create_default_context() -> EngineState {
MathSinH,
MathCosH,
MathTanH,
MathArcSin,
MathArcCos,
MathArcTan,
MathPi,
MathEuler,
};