Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
digamma.hpp
Go to the documentation of this file.
1 #ifndef STAN__MATH__FUNCTIONS__DIGAMMA_HPP
2 #define STAN__MATH__FUNCTIONS__DIGAMMA_HPP
3 
4 #include <boost/math/special_functions/digamma.hpp>
5 
6 namespace stan {
7 
8  namespace math {
9 
39  double digamma(double x) {
40  return boost::math::digamma(x);
41  }
42 
43  }
44 }
45 
46 #endif
double digamma(double x)
Definition: digamma.hpp:39

     [ Stan Home Page ] © 2011–2014, Stan Development Team.