MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_arithmeticMeanAsDouble

Function UArray_arithmeticMeanAsDouble

libs/basekit/source/UArray_math.c:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367double UArray_arithmeticMeanAsDouble(const UArray *self) {
368 return UArray_sumAsDouble(self) / ((double)self->size);
369}
370
371double UArray_arithmeticMeanSquareAsDouble(const UArray *self) {
372 double r;

Callers 1

Calls 1

UArray_sumAsDoubleFunction · 0.85

Tested by

no test coverage detected