A note on multiple precision arithmetic

Abstract
Since computers have means to detect overflow on addition or subtraction, this can be used in a multiple precision addition-subtraction subroutine to obviate a sign analysis. Consider all integers in the computer to be expressed “radix t ”, that is, in the form a = a 0 + a 1 t + ··· + a n t n where a i are of like sign and have magnitudes less than t . t is a positive integer determined by the word length of the computer. Consider the expression c = a ± b = ( a 0 ± b 0 ) + ( a 1 ± b 1 ) t + ··· + ( a n ± b n ) t n . Here a i ± b i may exceed the storage capacity of one word or may have a sign different from c .

This publication has 1 reference indexed in Scilit: