G
Glenn Hutchings
For fun, try 23.140693 ^ i.
For even more fun, try computing i ^ i. Betcha didn't see that
coming!
Glenn
For fun, try 23.140693 ^ i.
Keith said:.... snip ...
That differed from what?
with the fact that stdbool.h is completely described in N869,From any other stdbool.h, I assume. This is probably connected
We know that it exists as a complex that C can calculate from firstGlenn Hutchings said:For even more fun, try computing i ^ i. Betcha didn't see that
coming!
ABD is a common affliction in the US (All But Disseration). If you make itRichard Heathfield said:Lane Straatman said:
Actually, Ian is a very very very clever man, a fine fellow, an
excellent host, a talented musician, a superb programmer, and a quite
astounding linguist, but it has to be said, when all's said and done,
that he's not a doctor. I know the book says he is - at least three
times - but the book is wrong. That's probably my fault, because I
think I just kind of assumed he had a doctorate when I was setting up
the team, and it turns out he hasn't. If ever there were a failure of
the British education system, it is this: that it does not regard Ian
as a doctor. Having said that, I'm now going to stop making a fuss
about it. Instead, I would like to award Ian an honorary doctorate from
the University of Common Sense.
You can re-topologize and get a line from whatever circle you created* **, aIan's expansion of e, however, was not done via calls to atan(), which
is what Tim Prince was talking about. atan() returns a double, and a
double cannot store an irrational number precisely. A circle can, but a
double can't.
Carla left her purse.with the fact that stdbool.h is completely described in N869,
leaving nothing to the imagination. <Append something about female
garments here.>
CBFalconer said:with the fact that stdbool.h is completely described in N869,
leaving nothing to the imagination. <Append something about female
garments here.>
Lane Straatman said:You can re-topologize and get a line from whatever circle you created* **, aIan's expansion of e, however, was not done via calls to atan(), which
is what Tim Prince was talking about. atan() returns a double, and a
double cannot store an irrational number precisely. A circle can, but a
double can't.
line in which, you claim, "almost all" numbers are absent. If you think
almost all numbers are absent in C's ability to work with, say, the segment
[-1.01, -.99], you're a different kind of cat than I.
Do you honestly believe that 42 * arctan(1.0) is in Q?
[MS] do offer a free compiler. It looks pretty horrid, but at least it
compiled "Hello World" - not without five minutes tweaking to get rid
of a file called stdafx.h it insisted on adding.
Anyway I have registered and agreed not to distribute any programs
compiled with it as open source, etc, etc, etc. I've no real choice.
A computer isn't a computer without a programming environment - it's
just a glorified typewriter.
If you
think almost all numbers are absent in C's ability to work with, say,
the segment
[-1.01, -.99], you're a different kind of cat than I.
Do you honestly believe that 42 * arctan(1.0) is in Q?
Malcolm said:"Richard Heathfield" <[email protected]> wrote in message
They do offer a free compiler. It looks pretty horrid, but at least it
compiled "Hello World" - not without five minutes tweaking to get rid of a
file called stdafx.h it insisted on adding.
Anyway I have registered and agreed not to distribute any programs compiled
with it as open source, etc, etc, etc. I've no real choice. A computer isn't
a computer without a programming environment - it's just a glorified
typewriter.
We know that it exists as a complex that C can calculate from first
principles. LS
Why don't you purchase a copy of Visual Studio (TM)? Then you can
distribute your applications with source.
Malcolm said:They do offer a free compiler. It looks pretty horrid, but at least it
compiled "Hello World" - not without five minutes tweaking to get rid of a
file called stdafx.h it insisted on adding.
Anyway I have registered and agreed not to distribute any programs compiled
with it as open source, etc, etc, etc. I've no real choice. A computer isn't
a computer without a programming environment - it's just a glorified
typewriter.
Malcolm McLean said:Anyway I have registered and agreed not to distribute any programs compiled
with it as open source, etc, etc, etc. I've no real choice. A computer isn't
a computer without a programming environment - it's just a glorified
typewriter.
You asked it to do that.Richard Heathfield said:santosh said:
The money I spent to buy MVC++4 I saved from my mouth. I'm just nowLet's get this straight. He spent money on a Microsoft product (Visual
C++). He then spent some more money on another Microsoft product
(Vista), as a result of which his first product stopped working. Are
you really suggesting that he gives *even more* money to Microsoft, to
get back the functionality that he has *already paid for*?
Have you ever heard of the expression "throwing good money after bad"?
>
> Well duh. But my point is, what do you think the answer will be?
Lane said:.... snip ...
I think spending any money on a computer for this guy is bad money.
He has no real choice about distributing software, as he lacks the
ability to manipulate the dominant OS.
#include <stdio.h>Glenn Hutchings said:Well duh. But my point is, what do you think the answer will be?
I stated in this thread that I wanted to take e to the i pi and get as closeGlenn Hutchings said:For even more fun, try computing i ^ i. Betcha didn't see that
coming!
Lane Straatman said:#include <stdio.h>
#include <complex.h>
int main() {
long double complex z1;
z1= I;
z1 = cpow(z1, z1);
printf("%lf %lf ", z1);
return 0;}
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.