github.com/google/go-cmp/cmp/cmpopts.approximator.frac (field)

2 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		equate.go#L59: type approximator struct{ frac, marg float64 }
		equate.go#L68: 	relMarg := a.frac * math.Min(math.Abs(x), math.Abs(y))