cooler-king / quantity

A package to make it easy to work with physical quantities.
MIT License
19 stars 4 forks source link

Faster algorithm for large Precise multiplication #12

Open cooler-king opened 9 years ago

cooler-king commented 9 years ago

There are faster algorithms available for many-digit multiplication (Toom-Cook, Karatsuba).

See https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic.