Game Development Community

Exponential function

by Alebrije Estudios · in Torque Game Builder · 06/23/2010 (10:37 am) · 2 replies

Is there a function that would give me e^(x)? I see there's a mLog function, so I would assume there would be something for exponentials, but I haven't been able to find it.

About the author

Alebrije Estudios is a Mex. independent vid game studio. We have 3 main lines of business: in-house developments w/ projects published in the iTunes St., FB, & looking 4 Publisher; advergames; & outsourcing of creative processes. @mike_alebrije


#1
06/23/2010 (11:09 am)
I didn't see one right off either. You might just need to use mPow with an approximation of e (2.71828183).
#2
06/23/2010 (1:22 pm)
Yeah, guess I'll do that.

Thanks.