reflect.Value.OverflowFloat (method)
2 uses
reflect (current package)
value.go#L1913: func (v Value) OverflowFloat(x float64) bool {
encoding/json
decode.go#L1025: if err != nil || v.OverflowFloat(n) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)