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