Difference Visualizer
This visualizer prints a row of sequence entries, followed by a row of differences between entries, followed by a row of differences between differences, and so on, for as many rows as you like. The rows are shifted so that each difference appears between and below the two numbers it's the difference of.
Parameters
- Number of rows: How many rows to produce. (Positive integer, no larger than the number of elements in the sequence)
- Digits displayed: The maximum amount of digits to display for each number shown. If a number to be shown has more digits, only the most significant ones will be displayed, with an ellipsis, and mousing over the number will show its full value in a popup.
