const math.MaxFloat64

10 uses

	math (current package)
		bits.go#L51: 	return sign >= 0 && f > MaxFloat64 || sign <= 0 && f < -MaxFloat64
		const.go#L34: 	MaxFloat64             = 0x1p1023 * (1 + (1 - 0x1p-52)) // 1.79769313486231570814527423731704356798070e+308
		j0.go#L109: 		if x < MaxFloat64/2 {
		j0.go#L201: 		if x < MaxFloat64/2 {
		j1.go#L108: 		if x < MaxFloat64/2 {
		j1.go#L185: 		if x < MaxFloat64/2 {
		remainder.go#L47: 		HalfMax = MaxFloat64 / 2

	golang.org/x/tools/internal/gcimporter
		bexport.go#L630: 		f.SetFloat64(math.MaxFloat64) // FIXME

	reflect
		value.go#L1928: 	return math.MaxFloat32 < x && x <= math.MaxFloat64