Function logn¶
function logn(E1 &&, E2 &&) base¶
template <typename E1, typename E2>
requires expression_arguments<E1, E2>
KFR_FUNCTION expression_make_function<fn::logn, E1, E2> logn(E1&& x, E2&& y) Creates an expression that returns the logarithm of x with base y.
Fully qualified name: kfr::logn(E1 &&, E2 &&)
Declared at base/math_expressions.hpp:543
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.