View Single Post
  #3  
Old 07-27-2007, 12:42 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
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)^- ((1-5^0.5)/2)^n) / (((1+5^0.5)/2) - ((1-5^0.5)/2));

But that one isn't advanced at all
__________________
Reply With Quote