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.
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.
2.718looks suspiciously like a bad approximation toe, so probably-0.6*exp(-5)would be the better expression. – Daniel Fischer Dec 1 '12 at 14:48