func runtime.isInf
6 uses
runtime (current package)
complex.go#L11: if isInf(f) {
complex.go#L46: case (isInf(a) || isInf(b)) && isFinite(c) && isFinite(d):
complex.go#L52: case (isInf(c) || isInf(d)) && isFinite(a) && isFinite(b):
float.go#L23: func isInf(f float64) bool {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)