I have a Numpy array with positive and negative values. I need to apply a function to the positive numbers or zero (funcPos) and a different one to the negative numbers (funcNeg), getting the result as another array. I have a Numpy array with positive and negative