Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
decimalespi
//Title of this code #include <stdio.h> #include <math.h> int main(void) { double Suma=0; long k=1; long Pi; for(k = 1;k <= pow(10,6);k++) {Suma = Suma + (1 / pow(k,2)); } printf("El numero Pi es %8.6lf.\n", sqrt(6 * Suma )); return 0; }
run
|
edit
|
history
|
help
0
Eee
4qwrfdsfsaf
implicit parameter type
rsqrt from 0
MATRICES DE CARACTERES
Project 5 v.06
C_141126_ArrayMayorMenor01
Lab 7 v1.0
Project 4 v0.1
hw 2