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

◆ log10() [6/9]

template<typename T , require_arithmetic_t< T > * = nullptr>
auto stan::math::log10 ( const T  x)
inline

Return the base 10 logarithm of the arithmetic argument.

Return the base 10 logarithm of the complex argument.

Template Parameters
VArithmetic argument
Parameters
[in]xargument
Returns
base 10 logarithm of the argument
Template Parameters
Vcomplex<Arithmetic> argument
Parameters
[in]xargument
Returns
base 10 logarithm of the argument

Definition at line 23 of file log10.hpp.