Posted by schoenfeld.one on 12/21/07 12:34
On Dec 21, 1:57 am, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
> If you're going to post conspiracy theories to comp.lang.php, at least
> have the decency to port them to PHP.
Decency for the decent.
[...]
> $u[$_H][$_N][$_J][$i] =
> ( ($j+$i-1) / ($j+$i) ) *
> sqrt( ($u[$_H][$_N][$_J][$i-1]^2) + (2*G*$h) );
Try ($u[$_H][$_N][$_J][$i-1])^2.
>
> I think I probably made a mistake porting though, as my results don't
> quite match yours. My Haskell isn't what it once was. I think the problem
> is in u().
[...]
[Back to original message]
|