Vector Trigonometric ASin (ASIN)
Summary
Element-wise arcsine of the input series.
Formula
outReal[i] = asin(inReal[i])
Notes
- Outside [-1, 1] there is no angle whose sine is that value, so those elements come out NaN.
Inputs
inReal— Input values (domain [-1,1] for a real result)
Outputs
outReal— Arcsine of each input, in radians
Properties
Numerical Stability: Start-Independent
| ☐ Overlap Input |
| ✅ Independent Y-Axis i |
| ☐ Candlestick |
| ✅ Can Output NaN or ±Inf i |
| ☐ Identity at Period 1 |
Implementation
TA-Lib Definition: asin.c · asin.yaml
| Native | File |
|---|---|
| C | ta_ASIN.c |
| Rust | asin.rs |
| Java | Core_ASIN.java |
TA-Lib is also available for Python, R and more using a wrapper.
Aliases
arcsine, inverse sine
See Also
References
- Wikipedia, Inverse trigonometric functions: en.wikipedia.org/wiki/Inverse_trigonometric_functions