オンライン指数成長/減衰計算機。
x(t) = x0 × (1 + r) t
x(t) は時刻 t での値です。
x0 は時刻 t=0 での初期値です。
r is the growth rate when r>0 or decay rate when r<0, in percent.
t は離散間隔での時間で、選択された時間単位で表します。
x0 = 50
r = 4% = 0.04
t = 90 時間
x(t) = x0 × (1 + r) t = 50×(1+0.04)90 = 1706