Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arguiot/TheoremJS
/ average.js
File
average.js
src/includes/functions/math/stats/average.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
average() {
2
const
summed = this.sum(...arguments);
3
const
average =
new
BigNumber(summed).div(arguments.length);
4
return
average
Callers
nothing calls this directly
Calls
2
sum
Method · 0.80
div
Method · 0.80
Tested by
no test coverage detected