Home | History | Annotate | Download | only in big

Lines Matching defs:IsInf

328 // IsInf reports whether x is +Inf or -Inf.
329 func (x *Float) IsInf() bool {
546 if math.IsInf(x, 0) {