Rudolf Adamkovič Personal site


Explore: Decreasing linspace implies LAST < FIRST

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

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