Variable c_epsilon¶
variable c_epsilon simd¶
template <typename T>
constexpr inline subtype<T> c_epsilon = (std::numeric_limits<subtype<T>>::epsilon()) The machine epsilon — the smallest value such that 1 + epsilon ≠ 1.
| T | The numeric type. |
Fully qualified name: kfr::c_epsilon
Declared at simd/constants.hpp:308
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.