Working on computing the geometric mean of values in an array
The function should compute the geo mean correctly, but i\'m getting a weird error message
extern "C" is not valid C (it's only valid in C++). Just remove it if you're working in pure C.
extern "C"