Files
ncs/script/test11.py
boccioli_m 503c728374 Closedown
2015-06-02 10:48:31 +02:00

12 lines
142 B
Python

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