Re: Computing pi to nth terms?
From: John Harrison (john_andronicus_at_hotmail.com)
Date: 09/21/04
- Next message: dinks: "Re: new to c++... need help with istringstream and operator overloading"
- Previous message: John Harrison: "Re: structs for data transfer?"
- In reply to: Kraig: "Re: Computing pi to nth terms?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 21 Sep 2004 07:01:48 +0100
"Kraig" <tsi1990@gmail.com> wrote in message
news:qwI3d.50896$zT6.36771@bignews5.bellsouth.net...
>I am attempting to pass powers of two, from one to 16777216, to a
>calculation that approximates pi for each respective power of two
>previously mentioned. It's the second loop, the calculation of pi using
>the int created in the first loop, that is proving problematic.
>
You don't need a second loop, its easier than that, see my last two posts.
john
- Next message: dinks: "Re: new to c++... need help with istringstream and operator overloading"
- Previous message: John Harrison: "Re: structs for data transfer?"
- In reply to: Kraig: "Re: Computing pi to nth terms?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|