MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / average

Method average

libraries/DistanceTable/DistanceTable.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186
187float DistanceTable::average()
188{
189 return sum() / _elements;
190}
191
192
193

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36