|
Niels Sandholt Busch <niels@diku.dk> wrote:
> float p;
>
> p = 0.3;
>
> if(p == 0.4)
> do something;
I can't check this out now, but keep e-mailing me until I do.
-Kekoa
kekoa@graphics.stanford.edu
|
|
Message is in Reply To:
| | Floating ponts ??
|
| Hello everybody I am writing a program that uses floats, but I have some problems. If I write /******/ float p; p = 0.3; if(p == 0.4) do something; /******/ The if statement evaluates to true. Is there anything special I have to do to use floats in (...) (24 years ago, 3-May-01, to lugnet.robotics.rcx.legos)
|
5 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|