Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 158 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 158 Bytes

Leibniz_Pi

Gottfried Leibniz Pi approximation with threads and semaphores.

Formula

$$ \frac{\pi}{4} = \sum_{n=0 }^{\infty} \frac{(-1)^n}{2n + 1} $$