const math.MaxFloat32
3 uses
math (current package)
const.go#L31: MaxFloat32 = 3.40282346638528859811704183484516925440e+38 // 2**127 * (2**24 - 1) / 2**23
encoding/gob
decode.go#L332: if math.MaxFloat32 < av && av <= math.MaxFloat64 {
reflect
value.go#L1404: return math.MaxFloat32 < x && x <= math.MaxFloat64
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |