Re: float
Nanakos Chrysostomos <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
On 8/1/2010 18:30, phoenixxz wrote:
> float i=1.34;
> printf("%f",i);
>
>
> ->> 0
> why?
> --
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
printf("%lf",i);