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.
| T1 | Type of the argument x. |
| T2 | Type of the base y. |
| x | Value whose logarithm is computed. |
| y | Base of the logarithm. |
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.