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

◆ complex_exp()

template<typename V >
std::complex< V > stan::math::internal::complex_exp ( const std::complex< V > &  z)
inline

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

Template Parameters
Vvalue type (must be Stan autodiff type)
Parameters
zcomplex number
Returns
natural exponentiation of specified complex number
See also
documentation for std::complex for boundary condition and branch cut details

Definition at line 78 of file exp.hpp.