Juergen Spitzmueller <[EMAIL PROTECTED]> writes:

| Juergen Spitzmueller wrote:
>> > Do we have to use floats for this, or can we just use a string all the
>> > time?
>>
>> I think it will be possible to switch to string in all these cases.
>> However, I'd like to proceed in small steps. The attached patch uses
>> strings instead of floats for graphics. We have to convert them back to
>> double for some calculations, but at least the problem with the decimal
>> values is gone.
>>
>> If you think this is the way to go, I'll proceed with the other float
>> occurrences.
>
| Comments?

I think this is the way to go. Store strings internally, only use
floats (or double preffered) when doing calculations and stuff.

-- 
        Lgb

Reply via email to