Hello!!!

I am making math operations that give a very big results. Inside intarations I have, for example

dim value_f as double
.
.
.
.
.
value_f=value_f + x*16*exp(i)
.
.
.
.
.

value_f is defined as Double, and its max value that can have a double variable is 1.7976913486232E308. When the operations results a big value, then occurs a overflow error.

Are there any way by use or declarate a bigger variable o continue making iterations without lost the program flow and will have the final result

Thanks
Juan Carlos
[email protected]