swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Support] Exponent Operator


From: Alessandro Perrone
Subject: Re: [Swarm-Support] Exponent Operator
Date: Sat, 15 Oct 2005 18:40:05 +0200

Hi
Try to import math.h or something and use exp function.

exp function returns the exponential of x, e^x.
You should use pow, powf, powl functions of math.h
For an aexplanation of math.f functions  point your browaser to
http://www-ccs.ucsd.edu/c/math.html
Hope this help.
                                ALEX


----- Original Message -----
From: "Crile Doscher" <address@hidden>
To: "Swarm Support" <address@hidden>
Sent: Friday, October 14, 2005 5:11 PM
Subject: [Swarm-Support] Exponent Operator


 > Could someone tell me what the exponent operator is in ObjC, i.e.  for
 > something like (x + 3) ^2?  Many thanks -
 > Crile
 >
 > _______________________________________________
 > Support mailing list
 > address@hidden
 > http://www.swarm.org/mailman/listinfo/support
 >
 >

_______________________________________________
Support mailing list
address@hidden
http://www.swarm.org/mailman/listinfo/support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]