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

◆ log10() [2/9]

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

Return the base 10 logarithm of the specified complex number.

Template Parameters
Tautodiff value type
Parameters
zcomplex argument
Returns
base 10 log of argument

Definition at line 32 of file log10.hpp.