Links:
Examples:
Modules:
exp()
Profiling:
Versions:
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)