log10

View page source

The Base 10 Logarithm Function: log10

Syntax

y = log10 ( x )

x, y

See the Possible Types for a unary standard math function.

Method

CppAD uses the representation

\[{\rm log10} (x) = \log(x) / \log(10)\]

Example

The file log10.cpp contains an example and test of this function.