return (x + y) / 2 # we can then directly use the vectorized function # without ... numba.vectorize def v_avg_2_numba(x, y): """Calculate the average, ...
確定! 回上一頁