发布时间:2019-08-02 10:58:57编辑:auto阅读(3383)
Author: LiChong0309
Label: Python
pow(a,b) :求a^b的数值。当a为整数时,返回整数值,当a为浮点数时,返回一位小数的浮点数。
sqrt()函数不能单独使用,要先调用函数库math或者numpy才能使用。当开方得到是有限数时,返回一位小数的浮点数。
import numpy
numpy.sqrt(64)
import math
math.sqrt(36)
上一篇: Python:列表操作命令
下一篇: Python中的id函数到底是什么?
47494
45794
36792
34323
28960
25598
24443
19611
19111
17632
5466°
6048°
5570°
5638°
6573°
5376°
5378°
5884°
5855°
7170°