Automatic Differentiation
 
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 26 of file exp.hpp.