|
-
Apr 5th, 2000, 12:00 AM
#1
Thread Starter
New Member
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|