> I need to know the remainder of  (number1 / number2) where 
> number1 and 
> number2 there are doubles.
> 
> Is there same function for that in the codewarrior 7.0 ?
> 
standard C/C++ - (number1 % number2) - % = modulus operator

Fergal..

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to