MCPcopy Create free account
hub / github.com/Aghajari/MathParser / average

Method average

MathParser/src/com/aghajari/math/Functions.java:155–157  ·  view source on GitHub ↗
(Double... a)

Source from the content-addressed store, hash-verified

153 }
154
155 public static double average(Double... a) {
156 return avg(a);
157 }
158
159 public static double avg(Double... a) {
160 return sum(a) / a.length;

Callers

nothing calls this directly

Calls 1

avgMethod · 0.95

Tested by

no test coverage detected