Bah, I usually do that on Mal

You uploaded those on mal? I remember I uploaded the fibonocci(?) code.. hmm
edit: oh, here it is
PHP Code:
public function fib(n) {
return (((1+5^0.5)/2)^n - ((1-5^0.5)/2)^n) / (((1+5^0.5)/2) - ((1-5^0.5)/2));
}
But that one isn't advanced at all
