Skip to content
/ mc Public

A program for estimating the number π using the Monte Carlo Method.

License

Notifications You must be signed in to change notification settings

wadiim/mc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC

A program for estimating the number Pi using the Monte Carlo Method.

Prerequisites

Cloning

git clone --recursive https://github.com/wadiim/mc.git

Building

cmake . -Bbuild
cmake --build build

License

MIT