There is any way(function) in CodeWarrior 9.2 to round a
double?
Something like "round(3.213.123,4598 ; precision) =
3.213.123,46..." without using strings.
I tried:
#include <math.h>
double round(double)
but no use.
Thanks for any help I get.
Regards,
Ciornei Mihai - Bogdan,
Analyst programmer
TRANSART ltd (www.transart.ro)
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
