smpl.functions.exp

smpl.functions.exp(x, c, y_0)

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-exp-1.png