Re: Mathematical models for loop calculations



On Wed, 26 Sep 2007 13:46:20 +0000, Richard Heathfield wrote:

Thank you. This showed me that this should work in general.

b = pow(2, I);

Seems to be a small mistake,
should be "b = power(2,I);

Could you think of any cases where this approach by expressing
the calculations by formulas will fail?
.



Relevant Pages