We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4fae0 commit 597de86Copy full SHA for 597de86
README.md
@@ -7,7 +7,7 @@ Specifically, we will work with the top right quadrant where all valid points ar
7
By randomly generating many x, y pairs and calculating the length of the hypotenuse of a triangle
8
with sides of length x, y using the Pythagorean theorem, hypotenuse=√(x^2+y^2 ),
9
you can classify the pairs into those that overlap the unit circle (hypotenuse<= 1, blue shaded area)
10
-and those that fall outside the unit circle (hypotenuse>1, red shaded area).
+and those that fall outside the unit circle (hypotenuse>1, red shaded area). (See readme.docx for picture)
11
12
The ratio of pairs that overlap the unit circle divided by the total number of pairs generated
13
is the area of the unit circle in the top right quadrant.
0 commit comments