mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
* fix: resolve conflict * chg: use bor url for import * Fix regressions from merge Co-authored-by: Jaynti Kanani <jdkanani@gmail.com>
4 lines
91 B
Go
4 lines
91 B
Go
package metrics
|
|
|
|
const epsilon = 0.0000000000000001
|
|
const epsilonPercentile = .00000000001
|