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