Home | History | Annotate | Download | only in big

Lines Matching refs:infinities

1415 // result. Add panics with ErrNaN if x and y are infinities with opposite
1456 panic(ErrNaN{"addition of infinities with opposite signs"})
1480 // Sub panics with ErrNaN if x and y are infinities with equal
1519 panic(ErrNaN{"subtraction of infinities with equal signs"})
1588 // Quo panics with ErrNaN if both operands are zero or infinities.