// inf2one returns a signed 1 if f is an infinity and a signed 0 otherwise. // The sign of the result is the sign of f. func inf2one(f float64) float64 { … } func complex128div(n complex128, m complex128) complex128 { … }
// inf2one returns a signed 1 if f is an infinity and a signed 0 otherwise. // The sign of the result is the sign of f. func inf2one(f float64) float64 { … } func complex128div(n complex128, m complex128) complex128 { … }