Message-Id: <3.0.1.32.20010523132951.006a6544@wingate> X-Sender: n_abing#ns DOT roxas-online DOT net DOT ph AT wingate X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Wed, 23 May 2001 13:29:51 +0800 To: djgpp AT delorie DOT com From: "Nimrod A. Abing" Subject: Re: what is -NaN Cc: gorden AT ms9 DOT url DOT com DOT tw In-Reply-To: <9efbql$5fm@netnews.hinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At 10:17 AM 05/23/2001 +0800, you wrote: >I used float value and printf to screen >Bu find -NaN String >What is going on >Where is My wong That means you've tried to print something that is ``Not A Number'' (NaN). Recheck the parameters to your printf function. Their types should correspond to the ones in your format specifier string.