a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
MrTob 9fe9c2d7cb
Update README.md
pirms 4 gadiem
build add files pirms 4 gadiem
dist add files pirms 4 gadiem
nbproject add files pirms 4 gadiem
src/montecarlopi add files pirms 4 gadiem
README.md Update README.md pirms 4 gadiem
build.xml add files pirms 4 gadiem
manifest.mf add files pirms 4 gadiem

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

  • Thread support