Function geometry_predicates::predicates::expansion_sum_zeroelim2
source · [−]Expand description
Sums two expansions, eliminating zero components from the output expansion.
Sets h = e + f
. See the
paper for details.
Maintains the nonoverlapping property. If round-to-even is used (as
with IEEE 754), maintains the nonadjacent property as well. (That is,
if e
has one of these properties, so will h
.) Does NOT maintain the
strongly nonoverlapping property.