Loading [MathJax]/extensions/TeX/AMSmath.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ lgamma() [1/7]

template<typename T >
fvar< T > stan::math::lgamma ( const fvar< T > &  x)
inline

Return the natural logarithm of the gamma function applied to the specified argument.

Template Parameters
Tinner type of the fvar
Parameters
xArgument.
Returns
natural logarithm of the gamma function of argument.

Definition at line 21 of file lgamma.hpp.