240
edits
Changes
→Pi
rm *\.o
2. Download Copy leibniz.cpp and /or monte-carlo.cpp and put them into the same directory as the Makefile.
3. Execute the following command (in the same directory as the Makefile):
'''Leibniz formula implementation:'''
leibniz.cpp
00 #include <iostream>
01 #include <iomanip>
'''Monte-Carlo algorithm implementation:'''
monte-carlo.cpp
00 #include <iostream>
01 #include <random>