valarray log10() function in C++
The log10() function is defined in valarray header file. This function is used to calculate common logarithm of the value of the elements in valarray. Syntax: log10(varr); Parameter: This function takes a mandatory parameter varr which represents valarray. Returns: This function returns a valarray c