math/big.Rat.IsInt (method)

7 uses

	math/big (current package)
		float.go#L619: 	if x.IsInt() {
		rat.go#L401: func (x *Rat) IsInt() bool {
		ratconv.go#L321: 	if x.IsInt() {
		ratconv.go#L333: 	if x.IsInt() {
		ratmarsh.go#L62: 	if x.IsInt() {

	go/constant
		value.go#L249: 	if r.IsInt() {
		value.go#L850: 		if x.val.IsInt() {