math/big.Rat.IsInt (method)

7 uses

	math/big (current package)
		float.go#L624: 	if x.IsInt() {
		rat.go#L399: func (x *Rat) IsInt() bool {
		ratconv.go#L322: 	if x.IsInt() {
		ratconv.go#L334: 	if x.IsInt() {
		ratmarsh.go#L73: 	if x.IsInt() {

	go/constant
		value.go#L254: 	if r.IsInt() {
		value.go#L860: 		if x.val.IsInt() {