Namespaces
Variants
Actions

std::log10(std::valarray)

From cppreference.com
< cpp‎ | numeric‎ | valarray
 
 
 
 
Defined in header <valarray>
template< class T >
valarray<T> log10( const valarray<T>& va );

For each element in va computes common (base 10) logarithm of the value of the element.

Contents