> (3) Must one use mathlib (either its source bound > into the app or calls to the library to do > floating point math?
You don't need mathlib to do floating point math. Just define your variables as type float and use them normally. You will need mathlib if you want functions such as sin, cos, sqrt without writing your own code. -- Tim Kostka http://www.nuprograms.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
