math/big.Float.IsInf (method)

6 uses

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

	go/constant
		value.go#L196: 	if f.IsInf() {
		value.go#L312: 	if x.IsInf() {
		value.go#L372: 	if x.IsInf() {

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