floor is defined as
double floor(double)
determines the largest integer not greater than x
Simple test:
double value = 100000;
double result = floor(value);
I get result very close to 0.
Shouldn't it be 100000?
I've got mathlib.c linked in and nothing is complaining, it's just wrong.
Chris Bruner
Compulife Software Inc.
==============================================
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/