Skip to content

Function logn

function logn(const T1 &, const T2 &) math

template <numeric T1, numeric T2>
KFR_FUNCTION flt_type<std::common_type_t<T1, T2>> logn(const T1& x, const T2& y)

Returns the logarithm of x with base y.

Template parameters
T1 Type of the argument x.
T2 Type of the base y.
Parameters
x Value whose logarithm is computed.
y Base of the logarithm.
Returns
log_y(x) as flt_type<std::common_type_t<T1, T2>>.

Fully qualified name: kfr::logn(const T1 &, const T2 &)

Declared at math/log_exp.hpp:139

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.