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