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