Function two_product
Source pub fn two_product<F>(x: F, y: F) -> (F, F)
Expand description
Product transformation
Transforms a product a * b into the pair (x, y) so that
is the product of a and b with floating point rounding applied and
is the remainder of the product.
ยงReferences
Based on Dekker 71