- added url
git-svn-id: http://moon:8086/svn/projects/Stock@293 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -12,6 +12,9 @@ import matplotlib.pyplot as plt
|
|||||||
# Pandas
|
# Pandas
|
||||||
# https://pandas.pydata.org/pandas-docs/stable/index.html
|
# https://pandas.pydata.org/pandas-docs/stable/index.html
|
||||||
|
|
||||||
|
# Knowledge
|
||||||
|
# https://www.investopedia.com/articles/technical/02/050602.asp
|
||||||
|
|
||||||
def sin(f, a, N):
|
def sin(f, a, N):
|
||||||
result = np.empty(0)
|
result = np.empty(0)
|
||||||
for n in range(0, N):
|
for n in range(0, N):
|
||||||
|
|||||||
Reference in New Issue
Block a user