a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
MrTob f18fc95110
Create README.md
5 yıl önce
build add files 5 yıl önce
dist add files 5 yıl önce
nbproject add files 5 yıl önce
src/montecarlopi add files 5 yıl önce
README.md Create README.md 5 yıl önce
build.xml add files 5 yıl önce
manifest.mf add files 5 yıl önce

README.md

Java FX Montecarlo Simulation with MVC Pattern

The circle number π (= 3, 14159265...) can be determined by placing the cursor inside a rectangle in the there’s a circle, randomly generating points. Some are inside the circle, some outside. Pi can then be calculated by the ratio of the total number of points to the points within the circle.

Example