Skip to content

Commit 597de86

Browse files
authored
Update README.md
1 parent 4b4fae0 commit 597de86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Specifically, we will work with the top right quadrant where all valid points ar
77
By randomly generating many x, y pairs and calculating the length of the hypotenuse of a triangle
88
with sides of length x, y using the Pythagorean theorem, hypotenuse=√(x^2+y^2 ),
99
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).
10+
and those that fall outside the unit circle (hypotenuse>1, red shaded area). (See readme.docx for picture)
1111

1212
The ratio of pairs that overlap the unit circle divided by the total number of pairs generated
1313
is the area of the unit circle in the top right quadrant.

0 commit comments

Comments
 (0)