arithmetic
Node Type ID: "studio.tokens.series.arithmetic"
Package
This is a core package available at Graph Engine
To install
- NPM
- Yarn
npm install @tokens-studio/graph-engine
yarn add @tokens-studio/graph-engine
Description
Generates an arithmetic f(n)= c + (f(n-1)) series of numbers based on the base value, steps down, steps and increment.
Inputs
base
No description
increment
No description
precision
No description
stepsDown
No description
stepsUp
No description
Outputs
array
No description
indexed
No description
Example
No examples