Hey, I'm probably missing something, but what is the system expression for e? Math.e doesn't work.
Thanks for the help!
Can you just add a constant variable? E=2.7182818284
Develop games in your browser. Powerful, performant & highly capable.
thanks for the tip, I don't know why I didn't think think about that.
I figured I am able to use system expression exp(x) for my particular case, but maybe just using 2.71 would make it easier to calculate as I don't need high accuracy.