Skip to content

Function log10

function log10(const T1 &) math

template <numeric T1>
KFR_FUNCTION flt_type<T1> log10(const T1& x)

Returns the common (base-10) logarithm of x.

Template parameters
T1 Input numeric type.
Parameters
x Value whose base-10 logarithm is computed (must be non-negative).
Returns
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.