a simple Java-FX Application which Simulate the Approximation of Pi https://nextn.xyz
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
MrTob 9fe9c2d7cb
Update README.md
vor 4 Jahren
build add files vor 4 Jahren
dist add files vor 4 Jahren
nbproject add files vor 4 Jahren
src/montecarlopi add files vor 4 Jahren
README.md Update README.md vor 4 Jahren
build.xml add files vor 4 Jahren
manifest.mf add files vor 4 Jahren

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