arange function
arange(Double start, Double stop, Double step)
A function to produce an equally space array of doubles. Takes a start value, and stop value and a step value and returns a double array value.
Parameters
- Double start - value of the range to start at (inclusive)
- Double stop - value of the range to stop at (inclusive)
- Double step - the step size