math/big.Float.IsInt (method)
2 uses
math/big (current package)
float.go#L345: func (x *Float) IsInt() bool {
go/constant
value.go#L204: if !f.IsInt() && strings.IndexByte(s, '.') < 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)