math/big.Rat.IsInt (method)

5 uses

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