mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add inverse hyperbolic functions (#7258)
- `math arcsinh` - `math arccosh` - `math arctanh`
This commit is contained in:
committed by
Stefan Holderbach
parent
aa6c3936d2
commit
4d6ccf2540
@ -414,6 +414,9 @@ pub fn create_default_context() -> EngineState {
|
||||
MathArcSin,
|
||||
MathArcCos,
|
||||
MathArcTan,
|
||||
MathArcSinH,
|
||||
MathArcCosH,
|
||||
MathArcTanH,
|
||||
MathPi,
|
||||
MathEuler,
|
||||
};
|
||||
|
Reference in New Issue
Block a user