Lineare Algebra (42003-42004)

Die Zahl Pi

PI
double pi=1;
for(int k=2;k<Integer.MAX_VALUE-2;k+=2)
pi*=k*k-1
pi*=2