ts-7000
[Top] [All Lists]

Re: [ts-7000] Floating point

To:
Subject: Re: [ts-7000] Floating point
From: Lennert Buytenhek <>
Date: Sat, 1 Apr 2006 14:29:16 +0200
On Fri, Mar 31, 2006 at 01:19:57PM -0500, Etienne Chenard wrote:

> > So if you run the following program what is the output?
> > 
> > 
> >    #include <stdio.h>
> >    int main(int argc, char **argv) {
> > 
> >            double d = 25.0;
> >            printf("25.0 = %10.10f\n",d);
> >            return 0;
> >    }
> 
> I Get 
> $ ./test
> 25.0 = 25.0000000000
> 
> But if I run:
> 
> #include <stdio.h>
> #include <stdlib.h>
> int main(int argc, char **argv) {
> 
>   double d = strtod("25.0", NULL);
>   printf("25.0 = %10.10f\n",d);
>   return 0;
> }
> 
> I Get:
> $ ./test
> 25.0 = 0.0000000000

Does it go away if you cross-compile with -static?


--L


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU