Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ tgamma() [1/7]

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

Return the result of applying the gamma function to the specified argument.

Template Parameters
Tinner type of the fvar
Parameters
xArgument.
Returns
Gamma function applied to argument.

Definition at line 21 of file tgamma.hpp.