How to use exponential function?
Posted: Fri Nov 19, 2004 11:28 am
Hi there to all!
I was looking to this forum and didnt find a solution for my simple problem. Hope to get success writing here.
I need to do a simple math exponential function like this:
a = 4
b = 2
c = a ^ b ... c = 16 (4 * 4), but using PHP, this math calc returns me 8!
Does anybody help me? Thanx a lot!
My best regards, Aldo
I was looking to this forum and didnt find a solution for my simple problem. Hope to get success writing here.
I need to do a simple math exponential function like this:
a = 4
b = 2
c = a ^ b ... c = 16 (4 * 4), but using PHP, this math calc returns me 8!
Does anybody help me? Thanx a lot!
My best regards, Aldo