Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ramp
Inputs:(start,interval,range)
This function takes a starting number, an interval and a range and returns an array with those characteristics. The range is the number of values you want in the array (this means the desired end value minus the start value plus 1). ) The function then begins with the start value and continues to increase at the desired interval, until its range is as inputted.