CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
AD< Base > CppAD::log10 ( const AD< Base > &  x)
inline

Compute the log of base 10 of x where has type AD<Base>

Template Parameters
Baseis the base type (different from base for log) for this AD type, see base_require.
Parameters
xis the argument for the log10 function.
Returns
if the result is y, then $ x = 10^y $.

Definition at line 591 of file std_math_98.hpp.