from smpl.functions.functions import cos
from smpl import plot
plot.function(cos,3,0.02,3,xmin=-5,xmax=5)
