DEBSOURCES
Skip Quicknav
sources / gccintro / 1.0-5 / pi.c
123456789
#include <math.h> #include <stdio.h> int main (void) { printf ("the value of pi is %f\n", M_PI); return 0; }