HOLY SHIT
03-17-2007, 03:53 AM
When using a formula like %var = 1 / 1 + 10^((%var2 - var3) / 400);, it returns incorrect values because it's not doing the exponential correctly.
I was under the impression the ^ signified an exponential... since, apparently, it doesn't, what does? I know in PHP there's a function for it "pow()" but I have yet to find anything else...
I was under the impression the ^ signified an exponential... since, apparently, it doesn't, what does? I know in PHP there's a function for it "pow()" but I have yet to find anything else...