- added url

git-svn-id: http://moon:8086/svn/projects/Stock@293 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-12-08 17:55:07 +00:00
parent ca52ae8fdb
commit 792041518e
+3
View File
@@ -12,6 +12,9 @@ import matplotlib.pyplot as plt
# Pandas
# https://pandas.pydata.org/pandas-docs/stable/index.html
# Knowledge
# https://www.investopedia.com/articles/technical/02/050602.asp
def sin(f, a, N):
result = np.empty(0)
for n in range(0, N):