Skip to content

Function exp10

function exp10(const T1 &) math

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

Returns 10 raised to the given power x.

Template parameters
T1 Input numeric type.
Parameters
x Power to which 10 is raised.
Returns
10^x as flt_type<T1>.

Fully qualified name: kfr::exp10(const T1 &)

Declared at math/log_exp.hpp:69

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.