Automatic Differentiation
 
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 32 of file log.hpp.