from smpl.functions.functions import sqrt
from smpl import plot
plot.function(sqrt,1,3.3,0,xmin=0,xmax=5)
