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