Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problemapi2
//Title of this code #include <stdio.h> #include <math.h> int main(void) { double n = 2, d =1, p = 1; for(n = 2, d = 1, p = 1; n <= pow(10 , 6); ) { p *= n / d; d += 2; p *= n / d; n += 2; } printf("El numero pi es %lf", p * 2); return 0;}
run
|
edit
|
history
|
help
0
Numero de veces digito
co_4
1.7 Test parallel function
2.1 Comparision of Matrix Transpose Execution Time
-Shello.c
purple ghost red orange blue skulls
pointer**
Jai
120465-11.1-3E
Print Bash Version.c