smpl.functions.exponential

smpl.functions.exponential(x, c, y_0)[source]

exponential(x,c,y_0) = \(y_{0} e^{c x}\)

>>> from smpl.functions import exponential
>>> from smpl import plot
>>> plot.function(exponential,0.5,4,xmin=-5,xmax=5)

(Source code, png, hires.png, pdf)

../_images/smpl-functions-exponential-1.png