The starting number of the sequence.
The ending number of the sequence.
Optional num: numberThe number of samples to generate. Defaults to the maximum of 1 and end - start rounded.
An array of num linearly spaced numbers between start and end.
Returns an array of linearly spaced numbers between
startandend.