[Numpy-discussion] how to compute a Gamma function with Numpy?

Charles G Waldman cgw at fnal.gov
Wed Mar 22 19:07:23 EST 2000


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.





More information about the NumPy-Discussion mailing list