New submission from Francesco Pelizza:
arange from numpy is a function to generate list of floats from a start to an
end number with a defined float number.
The "arange" function works fine for some cases, but in my case where I have to
generate numbers that constitute parameters in
Changes by Francesco Pelizza :
--
title: arange from numpy function has some limitsI propose a python
function that overcome -> arange from numpy function has some limitsI
propose a python function that overcome these limitations
___
Pyt