Say I have a value of several billion which I need to multiply by a tiny, tiny number then divide the result by another very large number (it's all to do with gravity) then do some adding up etc., what are the best data types to use ?
And is there a library for doing this kind of calculation without the loss in precision of floating point arithmetic ?
Any help appreciated.
Dave.