[issue26197] arange from numpy function has some limits....I propose a python function that overcome

2016-01-25 Thread Francesco Pelizza
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

[issue26197] arange from numpy function has some limits....I propose a python function that overcome these limitations

2016-01-25 Thread Francesco Pelizza
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