> It was Wednesday, July 30, 2003 when Dan Muey took the soap
> box, saying:
> :
> : If I have a number like so:
> : 5.8592675
> :
> : I need to make it a x.xx instead of x.x and I need
> to round it up to the next hundredth like so : 5.86
> :
> : I can't seem to remember the round ty
It was Wednesday, July 30, 2003 when Dan Muey took the soap box, saying:
:
: If I have a number like so:
: 5.8592675
:
: I need to make it a x.xx instead of x.x and I need to round it up to the
next hundredth like so : 5.86
:
: I can't seem to remember the round type functions name and
If I have a number like so:
5.8592675
I need to make it a x.xx instead of x.x and I need to round it up to the next
hundredth like so : 5.86
I can't seem to remember the round type functions name and am always screwy with
sprintf.
What combo of sprintf() and round() or whatever would