mirror of
https://github.com/Michaelangel007/apple2_russian_peasant_multiplication.git
synced 2024-12-20 23:29:19 +00:00
Cleanup
This commit is contained in:
parent
b0c0f831df
commit
375a0097f3
@ -178,7 +178,7 @@ For a "BigInt" or "BigNumber" library this _is NOT_ the most efficient (\*) way
|
||||
|
||||
Notes:
|
||||
|
||||
(\*) Almost everyone uses FFT (Fast Fourier Transforms), Toom, and/or Karatsuba for multiplication. For example [GMP](https://gmplib.org/manual/), GNU Multiple Precision arithmetic library, uses **[seven](https://gmplib.org/manual/Multiplication-Algorithms.html#Multiplication-Algorithms)** different multiplication algorithms!:
|
||||
(\*) Almost everyone uses FFT (Fast Fourier Transforms), Toom, and/or Karatsuba for multiplication. For example [GMP](https://gmplib.org/manual/), GNU Multiple Precision arithmetic library, uses **[seven](https://gmplib.org/manual/Multiplication-Algorithms.html#Multiplication-Algorithms)** different multiplication algorithms!
|
||||
|
||||
* Basecase
|
||||
* Karatsuba
|
||||
|
Loading…
Reference in New Issue
Block a user