If you want to use lists:seq/3 with floats you will notice that the standard implementation only works with integers. So I wrote a quick & dirty way to do it with floats.
You can use it just like you would use lists:seq/3
If anybody has a better implementation I would love to see it.
