#include <stdio.h>
#include <math.h>

// M_PI è una costante della libreria e sta per π

int main() {
    printf("pi=%.18lf\n", M_PI );
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: