DIV
Summary
Element-wise division of two input series. Computes the quotient of corresponding values from two real inputs.
Formula
outReal[i] = inReal0[i] / inReal1[i]
Inputs
inReal0— Dividend (numerator) seriesinReal1— Divisor (denominator) series
Outputs
outReal— Per-element quotient inReal0/inReal1
Implementation
TA-Lib Definition: div.c · div.yaml
| Native | File |
|---|---|
| C | ta_DIV.c |
| Rust | div.rs |
| Java | Core.java |
TA-Lib is also available for Python, R and more using a wrapper.
Aliases
Vector Arithmetic Divide, Divide