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
Smartprix coding
table of 123
sum of arrays
Project 4 v1.1
good Job
tickeParsing.c
finalpyramid
AC_setting_example
20171127_ARRAY_ValorMayor
intro coding hello world