CppAD: A C++ Algorithmic Differentiation Package  20130918
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 332 of file std_math_ad.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines