func github.com/google/go-cmp/cmp/cmpopts.areNaNsF64s

3 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		equate.go#L81: 		cmp.FilterValues(areNaNsF64s, cmp.Comparer(equateAlways)),
		equate.go#L86: func areNaNsF64s(x, y float64) bool {
		equate.go#L90: 	return areNaNsF64s(float64(x), float64(y))