Function log¶
function log(const T1 &) math¶
Returns the natural logarithm of x.
| T1 | Input numeric type. |
| x | Value whose natural logarithm is computed (must be non-negative). |
ln(x) as flt_type<T1>. |
Fully qualified name: kfr::log(const T1 &)
Declared at math/log_exp.hpp:82
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.