In math courses the geometric mean is the nth root of the product of n floating point numbers. This program shows how to compute that number.
The program teaches how to access the cpu clock and how to pass an array from an asm module to a C module and to a C++ module.