Skip to content

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.

Template parameters
T The numeric type.

Fully qualified name: kfr::c_epsilon

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.