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.
Sounds like you need MathLib. See the CW project wizard -- its a shared library that implements floating point math functions. More docs in CW for Palm OS Support/(Other SDKs)/MathLib.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
