Content deleted Content added
m typo |
Reverted pseudocode |
||
Line 178:
/* 3 calls made to numbers approximately half the size. */
z0 = karatsuba(low1, low2)
z1 = karatsuba((low1
z2 = karatsuba(high1, high2)
|
m typo |
Reverted pseudocode |
||
Line 178:
/* 3 calls made to numbers approximately half the size. */
z0 = karatsuba(low1, low2)
z1 = karatsuba((low1
z2 = karatsuba(high1, high2)
|