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

◆ exp() [2/9]

template<typename T >
std::complex< fvar< T > > stan::math::exp ( const std::complex< fvar< T > > &  z)
inline

Return the natural exponentiation (base e) of the specified complex number.

Template Parameters
Tvalue type of autodiff variable
Parameters
zcomplex argument
Returns
exponentiation of argument

Definition at line 27 of file exp.hpp.