|
|
|
|
|
by ogogmad
1601 days ago
|
|
There are clever techniques for doing multiplication like: Logarithm tables, prosthaphaeresis ("trigonometric logarithm tables"), quarter-square tables, abacuses. More recently (that is, within the last 60 years) faster than O(n^2) algorithms have been found as well, with a time complexity of O(n log n) having been achieved. These last algorithms range from being impractical to do by hand, to being outright galactic. |
|