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