fix floating-point subtraction table (#2279)

first table entry should be empty
This commit is contained in:
Johnny Gérard 2019-03-05 06:24:54 +01:00 committed by Neal Gafter
parent f231090bb1
commit 0a80f26b8e

View file

@ -2945,7 +2945,7 @@ The predefined subtraction operators are listed below. The operators all subtrac
| | | | | | | |
|:----:|:----:|:----:|:----:|:----:|:----:|:---:|
| NaN | y | +0 | -0 | +inf | -inf | NaN |
| | y | +0 | -0 | +inf | -inf | NaN |
| x | z | x | x | -inf | +inf | NaN |
| +0 | -y | +0 | +0 | -inf | +inf | NaN |
| -0 | -y | -0 | +0 | -inf | +inf | NaN |