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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |