How to use np.vectorize?

前端 未结 0 2023
南方客
南方客 2021-02-13 18:42

I have this function to vectorize:

if x >= y, then x*y
else x/y

My code is:

def vector_function(x, y):

    if y >= x:
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题