Description:
This program estimates the value of PI by using a well known MonteCarlo Method.
To run the simulation, type the number of cycles you want your Palm to use to estimate PI.
There is a choice of two possible algorithms (Gaussian or area of the circle).
The final value may be quite different from the actual value of PI (3.14159).
This is due to the fact that the random number generator, is not completely random.
We are not responsible for this, so consider this program only for educational - demo purpose or as a benchmark.
Update Description:
v0.9:
- Calculation time is now displayed.
- New user manual.
- Many minor bug fixed.