This project demonstrates how to approximate the value of π using numerical integration and how to accelerate the computation using POSIX threads (pthreads). The program evaluates the integral: π = 4 ...
// done if necessary before pthread_thread_create spawns any threads.