""" Parameters """ start = float(args[0]) end = float(args[1]) step = int(args[2]) a= lscan(inp, sin, start, end, step, 0.1)