We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de742b9 commit c6db3f2Copy full SHA for c6db3f2
talib/func.pyx
@@ -17,6 +17,8 @@ np.import_array() # Initialize the NumPy C API
17
cimport libc as lib
18
from libc cimport TA_RetCode
19
20
+lib.TA_Initialize()
21
+
22
@wraparound(False) # turn off relative indexing from end of lists
23
@boundscheck(False) # turn off bounds-checking for entire function
24
def ACOS( np.ndarray real not None ):
0 commit comments