You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The computePi.hpp and computePi.cpp were not written by me,
I only did the multiThreading. This computes 1000 digit of
pi in about 4 minutes on a raspberry pi.
About
I compute 1000 digits of pi, using all four cores of a raspberry pi, mutex locks to protect from race conditions