ccurtis
Well-Known Member
The following two Excel formulas give me different result, even though they are mathematically identical and follow the rules for order of operation/precedence properly. (Entered here exactly as in Excel)
=0.6 + 0.4 * EXP(-((A4 - 3000)/2000)^2)
=0.6 + 0.4 * EXP(-((A4 - 3000)^2 / (2000)^2))
Any ideas? Can someone duplicate my experience? A4 has 2000 entered, but the only time they give identical result is with 3000 entered.
=0.6 + 0.4 * EXP(-((A4 - 3000)/2000)^2)
=0.6 + 0.4 * EXP(-((A4 - 3000)^2 / (2000)^2))
Any ideas? Can someone duplicate my experience? A4 has 2000 entered, but the only time they give identical result is with 3000 entered.