Factoids

f:

  1. echo 'define f(x){r=1;while(x>1){r*=x;x-=1};return r};f(50000)'|time bc