smpl.functions.sqrt

smpl.functions.sqrt(x, a, b, c)[source]

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)

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