cumulativeMul
Returns one running multiplication result per input value.
API Reference
Signature
Parameters
Returns
Returns an ArithInstance[] with the same length as values.
Throws
- Throws if
valuesis not an array. - Throws if any value is non-finite.
Agent Contract
Agent Notes
- Empty input returns
[]. - Use this for compounded factors, cumulative growth series, or other step-by-step multiplication results.