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 {