SINH
Summary
Element-wise hyperbolic sine of the input series. A vector math transform applying sinh() to each value.
Formula
outReal[i] = sinh(inReal[i])
Inputs
inReal— Input series
Outputs
outReal— Hyperbolic sine of each input value
Implementation
TA-Lib Definition: sinh.c · sinh.yaml
| Native | File |
|---|---|
| C | ta_SINH.c |
| Rust | sinh.rs |
| Java | Core.java |
TA-Lib is also available for Python, R and more using a wrapper.
Aliases
Hyperbolic Sine