Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Am I right by thinking that the following:

-0.6 * pow(2.718, -500/100);

Is the correct way of working out -0.6 x 2.718 to the power of (-500/100)

Not savvy with maths but maybe you know.

share|improve this question
it's working fine eval.in/4097 – Jung3o Dec 1 '12 at 2:18
Thanks. Just needed confirmation. – user1134561 Dec 1 '12 at 2:19
Your base 2.718 looks suspiciously like a bad approximation to e, so probably -0.6*exp(-5) would be the better expression. – Daniel Fischer Dec 1 '12 at 14:48

closed as too localized by PearsonArtPhoto, Jack, Michael Berkowski, Waleed Khan, Jeffrey Dec 1 '12 at 4:00

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.