Re: avoid scientific notation

Tech-Archive recommends: Fix windows errors by optimizing your registry



Gerald Hernandez wrote:
>
> "Tom F" <TomF@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:ED6ABDF2-E8F0-412C-B9C6-2068EC6C4F8B@xxxxxxxxxxxxxxxx
> > I am trying to add some large numbers (between 10^15 and 10^300) and want
> to know the exact values.....

....snip...

> The only way you are going to be able to deal with such disparate values is
> to use a separate math library designed to handle such extraordinarily large
> values / differences, or write your own. I can't think of any in particular
> at the moment, but they are out there. And I'm fairly certain they are more
> efficient than what you have done so far. But no way around it, to do this
> is very resource intensive.
>
> Gerald

I don't know of large integer package implemented in VB but there are
some in Fortran that could either be translated or turned into a
dll....www.fortran.com has links.
.