Regis melo wrote:

> So, what is the reason of FlpCompDouble, for example?

Dunno. I only use the FlpCompDouble type to call AtoF. After that I do 
computations on float or double types using regular operators or Mathlib APIs.

Anticipating your next question ;) check:

http://www.radiks.net/~rhuebner/mathlib.html 


-- 
Luc Le Blanc



> Luc Le Blanc wrote:

>> Regis melo wrote:
>>
>>> How can I represent a float point value using C and Palm OS?
>>>
>>> There is any implementation that do that for me?
>>>
>>> Float f = 2.34;
>>
>>
>> How about trying to compile:
>>
>> float f = 2.34;
>>
>> You'll be amazed: it works! (note the C type does not take an
>> uppercase)
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to