in reply to Re^2: phi div by 0 error
in thread phi div by 0 error

just needed another parentheses ((sqrt(5)+1)/2)

Replies are listed 'Best First'.
Re^4: phi div by 0 error
by Random_Walk (Prior) on Sep 02, 2013 at 09:18 UTC

    or a small re-order

    perl -le ' print ( (1 + sqrt 5) / 2 )'

    Cheers,
    R.

    Pereant, qui ante nos nostra dixerunt!