Hi, The page http://www.scipy.org/Cookbook/Autovectorize is wrong in claiming that vectorized functions don't work on scalars, making the page irrelevant. It's set to be immutable, though, so I can't fix it. Anne P.S.: In [2]: vectorize(lambda x: x**2)(3) Out[2]: 9 -A