
5 Apr
2006
5 Apr
'06
4:47 p.m.
On 4/5/06, Roberto Zunino
Michael Goodrich wrote: [snip]
r = r2+2*step*rdc rdc = (rd2+rd1+rd0)/6 rd0 = c0*c0*m c0 = baz(z0) z0 = 6.378388e6-r
The equations above form a loop: each one requires the one below it, and the last one requires the first one.
(And yes, baz is strict)
Regards, Roberto Zunino.
Interesting, I was told that it is ok to have a mutually dependent set of definitions - are you saying that Haskell cannot handle this? Also I know what strict means, but why are you saying that baz is strict?