V
Vjay77
I am working on the program where is necessary to calculate huge
amount of numbers in always the same sequence. In other words, these
number have to be calculated and saved into memory before the program
starts.
I was trying to use number pi, but to calculate 100 million decimal
places of number pi would take forever and no one would want to wait
that long. On the other hand I can't afford to include the whole 100
million dec. places along with the software, that would take too much
of the space and too much time to download.
Is there any other number like PI, which I could calculate faster?
No need for any specialities... just quickly generate 100 milion
numbers... only requirement is that I'll find the numbers on the same
positions no matter how often I generate them...
Just to add to it, I was already wondering about number e, where same
as in number pi, decimal digits never end, and they never repeat...
Well, e is just like Pi in this respect; if you keep going, it never
stops, and it never repeats. But is it faster to calculate e?
Did anyone ever tried to calculate it on his computer using vb.net?
Or did anyone programmed its formulae in some sort of a programming
language?
I was also thinking about using square root of 2 as another irrational
example... well
does anyone have formulaes or programs which will show how to compute
it fast in vb.net?
Thanks for your help.
amount of numbers in always the same sequence. In other words, these
number have to be calculated and saved into memory before the program
starts.
I was trying to use number pi, but to calculate 100 million decimal
places of number pi would take forever and no one would want to wait
that long. On the other hand I can't afford to include the whole 100
million dec. places along with the software, that would take too much
of the space and too much time to download.
Is there any other number like PI, which I could calculate faster?
No need for any specialities... just quickly generate 100 milion
numbers... only requirement is that I'll find the numbers on the same
positions no matter how often I generate them...
Just to add to it, I was already wondering about number e, where same
as in number pi, decimal digits never end, and they never repeat...
Well, e is just like Pi in this respect; if you keep going, it never
stops, and it never repeats. But is it faster to calculate e?
Did anyone ever tried to calculate it on his computer using vb.net?
Or did anyone programmed its formulae in some sort of a programming
language?
I was also thinking about using square root of 2 as another irrational
example... well
does anyone have formulaes or programs which will show how to compute
it fast in vb.net?
Thanks for your help.