Function exp10¶
function exp10(const T1 &) math¶
Returns 10 raised to the given power x.
| T1 | Input numeric type. |
| x | Power to which 10 is raised. |
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.