Math constant PI value in C

In C Pi is defined in math.h: #define M_PI 3.14159265358979323846

Leave a Comment