not stable! begin to realize save/open
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
"n": {
|
||||
"type": "int",
|
||||
"default": 100,
|
||||
"default": 10,
|
||||
"title": "Steps",
|
||||
"comment": "Number of steps for algorithm"
|
||||
}
|
||||
|
@ -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():
|
||||
|
||||
|
Reference in New Issue
Block a user