I agree that we should not have two functions

I also am rather unsure whether a ufunc is a good idea. Earlier, while
discussing other possible additions, like `erf`, the conclusion seemed to
be that in numpy we should just cover whatever is in the C standard. This
suggests `sinc` should not be a ufunc.

-- Marten

p.s.`scipy.special.sinc` *is* `np.sinc`

p.s.2 The accuracy argument is not in itself an argument for a ufunc, as it
could be done in python too.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to