On Tue, 14 Oct 2003, Ron Nicholson wrote: > If the numbers are in a reasonable range (approx 1 <= x < 2^31, etc.), > and you don't care about rounding accuracy, it's not hard to extract the > exponent and mantissa bits from an fp double and do a shift, and with > much less than 3k of compiled code plus globals.
I'm having to do math with those doubles as well, which apparently also breaks without globals (at least on OS versions lower than 5.0... probably saved by PACE in 5.0+). Oh well... I can do this easily enough in the calling app. Ugly workaround, but if I have to do it somehow... Thanks for the help. -- ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator Politicians and diapers have one thing in common. They should both be changed regularly and for the same reason. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
