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

◆ complex_log10()

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

Return the base 10 logarithm of the complex argument.

Template Parameters
Vvalue type of argument
Parameters
[in]zargument
Returns
base 10 logarithm of the argument

Definition at line 69 of file log10.hpp.