math/big.Float.IsInf (method)

6 uses

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

	go/constant
		value.go#L197: 	if f.IsInf() {
		value.go#L307: 	if x.IsInf() {
		value.go#L367: 	if x.IsInf() {

	golang.org/x/tools/internal/gcimporter
		iexport.go#L1061: 	if f.IsInf() {