jah wrote: > Is there any chance that a binomial coefficent and factorial function > can make their way into NumPy?
probably not -- numpy is over-populated already > I know these exist in Scipy, but I don't > want to have to install SciPy just to have something so "basic". The problem is that everyone has a different "basic". What we really need is an easier way for folks to use sub-packages of scipy. I've found myself hand-extracting just what I need, too. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
