Hi folks!
The expression
"Math.pow( Math.E, time )" keeps giving me a "divide by zero" error.
This seems to be similar to problems others have had, but the other solutions don't quite work in my case, since Math.E isn't negative. "time" of course is a non-integer, but the expression doesn't even work for me if I replace it with "Math.ceil(time)."
Can anybody tell me what I'm missing? Thanks in advance!
--S