Link to home
Start Free TrialLog in
Avatar of oalawna
oalawna

asked on

a question about the extended type

I need to work with bad numbers like this 34564563645560.0600500000400001
i read in the delphi help that the extended type allows for 20 siginificant digits.
What is meant by significant digits ?is it the float part of the number or the number all digits including the integer part?
thanks
Avatar of oalawna
oalawna

ASKER

Ok I think it mean all numbers starting from the leftmost zero.
Solet me change the question.
what type should i use with such numbers?
Significant digits are all the numbers.

The type is double.
Avatar of oalawna

ASKER

mike thanks. but the numbers i am using contain more than 20 significant digits.
I will use hexadecimal if there is no solution.
thanks
ASKER CERTIFIED SOLUTION
Avatar of Mike Littlewood
Mike Littlewood
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Then I would suggest using hexidecimal
Avatar of oalawna

ASKER


 i did not notice ^308

thank you
Avatar of oalawna

ASKER

I will use hex