[Numpy-discussion] step paramter for linspace

Alan G Isaac alan.isaac at gmail.com
Fri Mar 1 10:01:29 EST 2013


On 3/1/2013 9:32 AM, Henry Gomersall wrote:
> there should be an equivalent for floats that
> unambiguously returns a range for the half open interval


If I've understood you:
start + stepsize*np.arange(nsteps)

fwiw,
Alan Isaac




More information about the NumPy-Discussion mailing list