Rudolf Adamkovič Personal site


Explore: Decreasing arange implies STEP < 0

import numpy as np
a = np.arange(50, 10, -10)
a
array([50, 40, 30, 20])

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.