WebPlatformMath.sumPrecisemethod Math.sumPrecise#Math.sumPrecise(values: Iterable<number>): numberReturns the sum of the given values using a more precise algorithm than a naive +-based reduction, avoiding the floating-point rounding errors that accumulate when summing many numbers. MDN Reference Parameters ##values: Iterable<number> Return Type #number
method Math.sumPrecise#Math.sumPrecise(values: Iterable<number>): numberReturns the sum of the given values using a more precise algorithm than a naive +-based reduction, avoiding the floating-point rounding errors that accumulate when summing many numbers. MDN Reference Parameters ##values: Iterable<number> Return Type #number