Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 28, 2021
1 parent 823853c commit f7179ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stats/env_dev/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const applyImpreciseEnvDev = function (
return applyEnvDev(loops, adjustedEnvDev)
}

// Correct the `length` of an array of measures according to `envDev`
export const applyEnvDev = function (length, envDev) {
return length / envDev ** 2
}

0 comments on commit f7179ae

Please sign in to comment.