Function logm¶
function logm(const T1 &, const T2 &) math¶
template <numeric T1, numeric T2>
KFR_FUNCTION flt_type<std::common_type_t<T1, T2>> logm(const T1& x, const T2& y) Returns log(x) * m.
| T1 | Type of the argument x. |
| T2 | Type of the multiplier m. |
| x | Value whose natural logarithm is computed. |
| y | Multiplier (m) applied to the logarithm. |
log(x) * m as flt_type<std::common_type_t<T1, T2>>. |
Fully qualified name: kfr::logm(const T1 &, const T2 &)
Declared at math/log_exp.hpp:154
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.