Range — the difference between the maximum and minimum values of a sequence
What’s the term that’s used to describe the difference between the maximum and minimum values of a sequence of numbers?
Related to notes / Open versus closed intervals.
Range: maximum value minus minimum value.
Example: a Processing sketch where the x-axis ranges from -4 to 4. The range of the x-axis is 4 - -4 = 8.
Tags: