Nest function by macik

import std.math,std.c.stdio;void main(){for(double x;scanf("%lf",&x)>0;printf("%f\n",x))for(int n=402408;n/=2;)x=n%2?sin(x):cos(x);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page