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