Skip to content

function exp10(E1 &&) base

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

Returns 10 raised to the given power x. Accepts and returns expressions.

Defined at base/math_expressions.hpp:435