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

◆ log() [2/8]

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

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

Template Parameters
Tautodiff value type
Parameters
zcomplex argument
Returns
natural logarithm of argument

Definition at line 34 of file log.hpp.