mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add basic hyperbolic functions (#7258)
`math sinh` `math cosh` `math tanh`
This commit is contained in:
committed by
Stefan Holderbach
parent
b27d6b2cb1
commit
4f05994b36
@ -408,6 +408,9 @@ pub fn create_default_context() -> EngineState {
|
||||
MathSin,
|
||||
MathCos,
|
||||
MathTan,
|
||||
MathSinH,
|
||||
MathCosH,
|
||||
MathTanH,
|
||||
MathPi,
|
||||
MathEuler,
|
||||
};
|
||||
|
Reference in New Issue
Block a user