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