c++ - gamma or log gamma function in C or C -


i seeking c or c++ version of gamma , log gamma functions.

are there code pieces or libraries recommended?

if possible, want know principle of implementations.

thank you!!!

if can't use c++11: gnu gsl has gamma function ever need: http://www.gnu.org/software/gsl/manual/html_node/gamma-functions.html#index-gsl_005fsf_005flngamma-583

or can have @ boost's math special functions: http://www.boost.org/doc/libs/1_53_0/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_gamma/lgamma.html


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -