D
De Jager
Renny Bosch said:What is the recommended method to do arithmetic that requires greater
precision than is available with the Long type? I can write my own
routines using strings to represent very long numbers, or arrays of Longs
meant to be concatenated, but if there is a method already worked out by
somebody else that would make it easier. (This is not for a business
application but for Mathematical problem solving.)