const math.MaxFloat64
8 uses
math (current package)
bits.go#L56: return 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#L1991: return math.MaxFloat32 < x && x <= math.MaxFloat64
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)