Python numpy 平方、乘方和平方根函数

import numpyimport numpy.square()numpy pow(x, x)im numpy.sqrt()math pow(x, 0.5) import math math.sqrt()
相关文章
相关标签/搜索