diff options
Diffstat (limited to 'src/f.tex')
-rw-r--r-- | src/f.tex | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -299,9 +299,7 @@ provide exceptional default values. Operations on subnormal numbers are handled in accordance with the IEEE 754-2008 standard. -In the parlance of the IEEE standard, tininess is detected after -rounding---that is, the underflow exception is raised only if the rounded -result is subnormal, even if the unrounded result would have been subnormal. +In the parlance of the IEEE standard, tininess is detected after rounding. \begin{commentary} Detecting tininess after rounding results in fewer spurious underflow signals. |