📜  numpy 除以标量的数组 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:52.507000             🧑  作者: Mango

代码示例1
#a is numpy array, c is scalar
b = a / c