reflect.Value.OverflowFloat (method)
2 uses
reflect (current package)
value.go#L1389: func (v Value) OverflowFloat(x float64) bool {
encoding/json
decode.go#L1014: if err != nil || v.OverflowFloat(n) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)