Re: [PATCH] have pretty printer include NaN representation

2018-07-03 Thread Jeff Law
On 07/03/2018 04:59 PM, Martin Sebor wrote: > The pretty-printer formats NaNs simply as Nan, even though > there is much more to a NaN than than that.  At the very > least, one might like to know if the NaN is signaling or > quiet, negative or positive.  If it's not in a canonical > form, one might

[PATCH] have pretty printer include NaN representation

2018-07-03 Thread Martin Sebor
The pretty-printer formats NaNs simply as Nan, even though there is much more to a NaN than than that. At the very least, one might like to know if the NaN is signaling or quiet, negative or positive. If it's not in a canonical form, one might also be interested in the significand and exponent p