numpy.multiply 함수는 어레이의 요소 단위로 곱셈 계산을 합니다. 예제1¶. import numpy as np a = np.multiply(2.0, 4.0) print(a).
確定! 回上一頁