Re: Math question
Re: Math question
- Subject: Re: Math question
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 1 Sep 2001 19:39:09 -0700
On Saturday, September 1, 2001, at 05:14 PM, Vince DeMarco wrote:
On Saturday, September 1, 2001, at 04:27 pm, John C. Randolph wrote:
On Saturday, September 1, 2001, at 02:34 PM, email@hidden wrote:
Hello all. i have a question about math in Cocoa. how do i do higher
level math? obviously i can do the basics */+-% without problem. but
what about doing things like raising a number to a power?
fooSquared = foo^2;
For other math functions in the C standard library, open a terminal
window and type "man math".
Try again foo^2 is foo XOR 2.
Oops! I had a FORTRAN flashback for a moment there..
Make that
fooSquared = pow(foo, 2);
-jcr
"The problem with trying to child-proof the world, is that it makes
people neglect the far more important task of world-proofing the
child." -- Hugh Daniel