Variable c_recip_log_10¶
variable c_recip_log_10 simd¶
template <typename T>
constexpr inline subtype<T> c_recip_log_10 = subtype<T>(0.43429448190325182765112891891661) The reciprocal of the natural logarithm of 10 (1 / ln(10)).
| T | The numeric type. |
Fully qualified name: kfr::c_recip_log_10
Declared at simd/constants.hpp:343
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.