Re: Mathematical models for loop calculations
- From: Tim Frink <plfriko@xxxxxxxx>
- Date: Wed, 26 Sep 2007 16:42:56 +0200
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?
.
- Follow-Ups:
- Re: Mathematical models for loop calculations
- From: Richard Heathfield
- Re: Mathematical models for loop calculations
- References:
- Mathematical models for loop calculations
- From: Tim Frink
- Re: Mathematical models for loop calculations
- From: Richard Heathfield
- Mathematical models for loop calculations
- Prev by Date: Re: Mathematical models for loop calculations
- Next by Date: Re: Mathematical models for loop calculations
- Previous by thread: Re: Mathematical models for loop calculations
- Next by thread: Re: Mathematical models for loop calculations
- Index(es):
Relevant Pages
|