Probably the search for values of t
hit t=0 and evaluation failed on a divide-by-zero error.
Try setting f(x) = b + f0 * exp(-x*t)
instead. You can invert t after finding a solution.
However, if you are describing exponential decay as a function of time t then you have your variable names confusingly reversed. The more conventional way of writing this would be
f(t) = b + f0 * exp(-x*t)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…