Skip to content

function log10(E1 &&) base

template <expression_argument E1>
KFR_FUNCTION expression_make_function<fn::log10, E1> log10(E1&& x)

Returns the common (base-10) logarithm of the x. Accepts and returns expressions.

Defined at base/math_expressions.hpp:456