From: Charles G W. <cg...@fn...> - 2000-03-23 00:12:48
|
Jean-Bernard Addor writes: > Hey Numpy people! > > I need to compute the Gamma function (the one related to factorial) with > Numpy. It seems no to be included in the module, Am I right? Yes, but it is present in Travis Oliphant's "cephes" module which is an addon to stock NumPy. See http://oliphant.netpedia.net/packages/included_functions.html for the list of functions, and go to http://oliphant.netpedia.net/ to download the package itself. |