log10 function template — Computes common logarithm
template<typename T> valarray<T> log10(const valarray<T>& a);
The log10 function computes the common (base 10) logarithm of each element of a.
log10
a
log10 in <cmath>
<cmath>