std::log10(std::valarray)
From cppreference.com
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 |