not stable! begin to realize save/open

This commit is contained in:
anwinged
2012-05-06 18:02:06 +00:00
parent b7d9b890da
commit 6b19788c67
8 changed files with 235 additions and 34 deletions

View File

@ -33,7 +33,7 @@
"n": {
"type": "int",
"default": 100,
"default": 10,
"title": "Steps",
"comment": "Number of steps for algorithm"
}

View File

@ -52,7 +52,7 @@ def serie(n, d, h, l = 0):
y = sin_taylor(l, d)
yield (l, y)
l += h
time.sleep(0.01)
# time.sleep(0.002)
def main():