Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
float DistanceTable::average()
188
{
189
return sum() / _elements;
190
}
191
192
193
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36