-- Bill -- http://mail.python.org/mailman/listinfo/python-list
I was looking through the python source and noticed that long
multiplication is done using the Karatsuba method (O(~n^1.5)) rather
than using FFTs O(~n log n). I was wondering if there was a reason the
Karatsuba method was chosen over the FFT convolution method?
- Large number multiplication Billy Mays
- Re: Large number multiplication Ian Kelly
- Re: Large number multiplication Christian Heimes
- Re: Large number multiplication Billy Mays
- Re: Large number multiplication Christian Heimes
- Re: Large number multiplication Billy Mays
- Re: Large number multiplication Ian Kelly
- Re: Large number multiplication Ulrich Eckhardt
- Re: Large number multiplication Ian Kelly
- Re: Large number multiplication Ian Kelly
- Re: Large number multiplication casevh