balik zmen uff
This commit is contained in:
5
testy/archive/npinterpol.py
Normal file
5
testy/archive/npinterpol.py
Normal file
@ -0,0 +1,5 @@
|
||||
import numpy as np
|
||||
|
||||
|
||||
atr10 = 11.1
|
||||
print(np.interp(atr10, [1, 10,11,12], [0, 1,100,1]))
|
||||
Reference in New Issue
Block a user