Closedown

This commit is contained in:
boccioli_m
2015-06-02 10:45:06 +02:00
parent 8b75d346ad
commit 730ee2304d
4 changed files with 69 additions and 82 deletions

View File

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