PI
-
Hi
Wie kann ich PI (mathematisch) berechnen?Danke
-
einfach:
#include <cmath> #include <iostream> using namespace std; int main() { double pi = acos( -1.0 ); cout << pi << endl; return 0; }
kompliziert:
#include <stdio.h> int a=10000, b, c=2800, d, e, f[2801], g; int main() { for(;b-c;)f[b++]=a/5; for(;d=0,g=c*2;c-=14,printf("%.4d",e+d/a),e=d%a) for(b=c;d+=f[b]*a,f[b]=d%--g,d/=g--,--b;d*=b); return 0; }
-
Keine Doppelposts! :o