Automatic Differentiation
 
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.