mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
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:
committed by
Stefan Holderbach
parent
4f05994b36
commit
aa6c3936d2
@ -411,6 +411,9 @@ pub fn create_default_context() -> EngineState {
|
||||
MathSinH,
|
||||
MathCosH,
|
||||
MathTanH,
|
||||
MathArcSin,
|
||||
MathArcCos,
|
||||
MathArcTan,
|
||||
MathPi,
|
||||
MathEuler,
|
||||
};
|
||||
|
Reference in New Issue
Block a user