Automatic Differentiation
 
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 33 of file log10.hpp.