Re: Mathematical models for loop calculations
- From: Tim Frink <plfriko@xxxxxxxx>
- Date: Wed, 26 Sep 2007 18:06:17 +0200
On Wed, 26 Sep 2007 15:30:59 +0000, Richard Heathfield wrote:
Seems to be a small mistake,
should be "b = power(2,I);
I fail to see the mistake. You've just typed what I typed, except that
you've written power rather than pow. The pow function is in the standard
C library, which is why I chose it. If your language provides power
instead of pow, that's fine, but it doesn't make my choice a mistake.
Ups, I'm sorry. What I meant was "b = power(2,I+1)"
.
- 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
- Re: 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: big function vs many small functions
- Previous by thread: Re: Mathematical models for loop calculations
- Next by thread: Re: Mathematical models for loop calculations
- Index(es):
Relevant Pages
|