is there an arange() function equivalent in sho, that is, a range() function that excepts not only int but float as inputs?
>>> y = DoubleArray.From(drange(2, 3, 0.2)) >>> y [ 2.0000 2.2000 2.4000 2.6000 2.8000 3.0000]