Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
Nate Hayes wrote:
A valid computer implementation of Kaucher addition is: [a,b] + [c,d] = [roundDown(a+b),roundUp(c+d)]
Dang type-o. Of course I meant: [a,b] + [c,d] = [roundDown(a+c),roundUp(b+d)] Nate