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
18BCE2182 ASSESS_2 Q1
Goodone for understanding array passing
hello 5
Conditional logic.c
test
Spring 2017 Project 2 v.05
Calculating longs v0.5 finish b next lab
Lab 6 mb
pointer example 2
---DISEÑO DE TECLADO---