12 thoughts on “Fibonacci

  1. my supervisor, also your buddy (globe of mitha fm) wrote similar article about fractal image

  2. <?php
    $a = 1;
    $b =1;
    while(1){
    $c = $a+$b;
    $a = $b;
    $b = $c;
    echo $c.”\n”;
    }
    ?>

    waduh blognya gak terjemahin < dan > nih

  3. @mufti
    benar mas, script saya di atas ga bisa sampe 500, mungkin bisa pake bc_math utk ngakalin.

    @leo
    he.he. tengkyuh ^_^

Leave a Reply