Date: Wed, 20 Jan 1999 09:04:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Hans-Bernhard Broeker cc: djgpp-workers AT delorie DOT com Subject: Re: Bug when printing long doubles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Tue, 19 Jan 1999, Hans-Bernhard Broeker wrote: > To give my personal view of this: subnormals really should not give any > exceptional behaviour in printf(). We should strive to ensure that > printf() of such a number does produce a valid answer, if possible. > Printing NaN would be a lie, simply put. Well, then, what's your vote about what it *should* print? Current suggestions include: "NaN" (to which you obviously object), "", "Special", and "Unnormal".