math/big.Float.IsInf (method)

2 uses

	math/big (current package)
		float.go#L340: func (x *Float) IsInf() bool {
		ftoa.go#L520: 	case s.Flag('0') && !x.IsInf():