Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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.