from smpl.functions.functions import const
from smpl import plot
plot.function(const,4,xmin=-5,xmax=5)
