From a3069872b1f5977704b7a2d311aa7fc7569bc3f9 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Tue, 7 Aug 2018 09:40:29 -0400 Subject: [PATCH] Revised comments. --- common/common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/common.h b/common/common.h index c4ad951..fa732bb 100644 --- a/common/common.h +++ b/common/common.h @@ -6,10 +6,10 @@ ; to be able to recognize an overflow/underflow situation, rescale the arguments, and repeat the ; calculation. -; Largest value: $3fffffff or 1048575.999(9) -; Smallest value: $c0000001 or -1048575.999(0) -; Largest value for DEC: $3d08ffff or 999999.999(9) -; Smallest value for DEC: $c2f70001 or -999999.999(0) +; Largest value: $3fffffff or 1048575.999(9) +; Smallest value: $c0000001 or -1048575.999(0) +; Largest value for DEC/HEX: $3d08ffff or 999999.999(5) +; Smallest value for DEC/HEX: $c2f70001 or -999999.999(0) ; Instructions