Votes
Answers
Views
Question
4
votes
1
answer
151
views
asked 14 years ago by viperboy1012
updated 13 years ago by garystew
While not normally needed, how does one go about utilizing math functions with very large numbers, without getting an "overflow" error? Numbers treated as integers go from -2,147,483,648 to 2,147,483,647; yet, how could one utilize, say, 1e+15 or 3e+50? I've tried using CDbl and CLng, neithe...