E.V.E
v2023.02.15
Accuracy helpers

Detailed Description

These functions allows performing some basic arithmetics operations with greater accuracy even when and upgraded type is not available.

Variables

constexpr callable_diff_of_prod_ eve::diff_of_prod = {}
 Computes the difference of products operation with better accuracy than the naive formula. More...
 
constexpr callable_sum_of_prod_ eve::sum_of_prod = {}
 Computes the sum of products operation with better accuracy than the naive formula. More...
 
constexpr callable_three_fma_ eve::three_fma = {}
 Computes the elementwise triple of fma and errors,. More...
 
constexpr callable_two_add_ eve::two_add = {}
 Computes the elementwise pair of sum and error,. More...
 
constexpr callable_two_prod_ eve::two_prod = {}
 Computes the elementwise pair of product and error,. More...