python 之中常用的函数---------数学函数

python 之中常用的函数---------数学函数

计算平方根可以用math.sqrt   注意:使用之前一定要 import  math

eg:import math 

math.sqrt(2)

1.414213       

你可能感兴趣的:(python 之中常用的函数---------数学函数)