E.V.E
v2023.02.15
Loading...
Searching...
No Matches

◆ almost

auto eve::almost = {}
inlineconstexpr

Header file

#include <eve/module/core.hpp>

Written f[almost] the tolerance defaults to 3*eps(as(x)). Written f[almost = tol] it is whatever tol says, and the way it is read depends on its type:

  • a floating tol is a relative distance: \(|x - y| \le \mbox{tol}\cdot\max(|x|, |y|)\)
  • an integral tol is a number of representable values between the two operands
Note
Only defined for floating point values.
See also
definitely for the opposite bias.