Multiplies two large integers faster than the classical algorithm by recursively splitting and combining results.
Explain code with DocComment! Try out your own code!