Algorithms for Mathematics

Computer algorithms are used to compute many things. This site looks at some of the algorithms used in mathematical computations.

Looking first at large integers (those numbers that exceed the computer's intrinsic byte or word size), we examine what is involved in providing addition and multiplication algorithms here. There is a calculator which easily generate very large numbers; namely through the factorial and power functions.

Enjoy.