hi,
yesterday i got the answer for how to handle a big integer. today i am having problem with real number. i have written a code which in the end gives me two big integers for example:
1329527587452 and
789000066068
i need to get the ratio of these 2 number (number 2 divided by number 1). the problem is that the ratio will be a real number and i don't know how to treat or define large real number. i tried using:
real (kind=i8),dimension(2000)::ratio
but i guess it can be used with integers only.
i am at the very end of my program. i would really appreciate if someone can help me with this problem.
Regards,
Vibhava
yesterday i got the answer for how to handle a big integer. today i am having problem with real number. i have written a code which in the end gives me two big integers for example:
1329527587452 and
789000066068
i need to get the ratio of these 2 number (number 2 divided by number 1). the problem is that the ratio will be a real number and i don't know how to treat or define large real number. i tried using:
real (kind=i8),dimension(2000)::ratio
but i guess it can be used with integers only.
i am at the very end of my program. i would really appreciate if someone can help me with this problem.
Regards,
Vibhava