pub fn compensated_sum<T: Float>(values: &[T]) -> T
Compute a compensated (Kahan) sum of a slice.
This is a convenience wrapper that calls Kahan summation from the stability module internals.
stability