Name

log10 function template — Computes common logarithm

Synopsis

template<typename T> valarray<T> log10(const valarray<T>& a);

The log10 function computes the common (base 10) logarithm of each element of a.