|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
| AD< Base > CppAD::log10 | ( | const AD< Base > & | x | ) | [inline] |
Compute the log of base 10 of x where has type AD<Base>
| Base | is the base type (different from base for log) for this AD type, see base_require. |
| x | is the argument for the log10 function. |
. Definition at line 334 of file std_math_ad.hpp.