Write a function that takes an interval from a to b, and divides it into 5 parts
example:
a = 1, b = 2
output = 1 1.25 1.5 1.75 2
The interval is split in 4 parts, not 5! There are five points in total then...
3654 Solvers
189 Solvers
07 - Common functions and indexing 4
259 Solvers
Returning a "greater than" vector
150 Solvers
299 Solvers