Skip to content

Function log

function log(const T1 &) math

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

Returns the natural logarithm of x.

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