@@ -327,19 +327,17 @@ without undue overflow or underflow.
327327The ``* `` and ``/ `` operators satisfy the following infinity properties for
328328all real, imaginary, and complex operands:
329329
330- - if one operand is an infinity and the other operand is a nonzero finite
331- number or an infinity, then the result of the ``* `` operator is an
332- infinity;
330+ - if one operand is an infinity and the other operand is a nonzero finite
331+ number or an infinity, then the result of the ``* `` operator is an infinity;
333332
334- - if the first operand is an infinity and the second operand is a finite
335- number, then the result of the ``/ `` operator is an infinity;
333+ - if the first operand is an infinity and the second operand is a finite
334+ number, then the result of the ``/ `` operator is an infinity;
336335
337- - if the first operand is a finite number and the second operand is an
338- infinity, then the result of the ``/ `` operator is a zero;
336+ - if the first operand is a finite number and the second operand is an
337+ infinity, then the result of the ``/ `` operator is a zero;
339338
340- - if the first operand is a nonzero finite number or an infinity and the
341- second operand is a zero, then the result of the ``/ `` operator is an
342- infinity.
339+ - if the first operand is a nonzero finite number or an infinity and the second
340+ operand is a zero, then the result of the ``/ `` operator is an infinity.
343341
344342
345343Imaginary and complex numbers will have disinct string representations:
0 commit comments