summations implementations of two different ieee 754 summation algorithms kahan_sum.c - standard khan summation algorithm neal_xsum.c - exact summation algorithm using large super accumulators based on the work of Dr. Neal (see https://arxiv.org/pdf/1505.05571.pdf)