const math.MaxFloat64

9 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#L110: 		if x < MaxFloat64/2 {
		j0.go#L203: 		if x < MaxFloat64/2 {
		j1.go#L109: 		if x < MaxFloat64/2 {
		j1.go#L187: 		if x < MaxFloat64/2 {
		remainder.go#L48: 		HalfMax = MaxFloat64 / 2

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