> The concept of "Rounding" does not leave it up to the user to decide > whether to go up or down. > > On Thu Jun 5, 2008 5:41 am (PDT) [EMAIL PROTECTED] wrote: > > --- In [email protected], "stephendoty" <stephendoty@> wrote: > > > So do you always round down? > > > > > > Am I doing it right? Do I have the concepts down? > > > You first Question: You actually can choose to round > > up or down. Personally ,I round up, but it works either > > way. >
You can control which way it works. Remember C uses truncation to convert fractional parts to Even an int.
