Links:
Examples:
Modules:
order()
Profiling:
Versions:
order(x,a,k,y) = \(a x^{k} + y\)
>>> from smpl.functions import order >>> from smpl import plot >>> plot.function(order,1,3.3,0,xmin=-5,xmax=5)
(Source code, png, hires.png, pdf)