Google

section l of routines in gamma.i

yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

functions in gamma.i - l

 
 
 
ln_gamma


             ln_gamma(z)  
 
     returns natural log of the gamma function.  
     Error is less than 2.e-10 for real part of z>=1.  
     Use lngamma if you know that all z>=1, or if you don't care much about  
     accuracy for z<1.  

interpreted function, defined at i/gamma.i   line 14  
SEE ALSO: lngamma,   bico,   beta  
 
 
 
lngamma


             lngamma(x)  
 
     returns natural log of the gamma function.  
     Error is less than 2.e-10 for real part of x>=1.  
     Use ln_gamma if some x<1.  

interpreted function, defined at i/gamma.i   line 35  
SEE ALSO: ln_gamma,   bico,   beta