python 之中常用的函数---------数学函数
计算平方根可以用math.sqrt 注意:使用之前一定要 import math
eg:import math
math.sqrt(2)
1.414213
python 之中常用的函数---------数学函数
计算平方根可以用math.sqrt 注意:使用之前一定要 import math
eg:import math
math.sqrt(2)
1.414213
本文标题:python 之中常用的函数---------数学函数
本文链接:https://www.haomeiwen.com/subject/dzzpqftx.html
网友评论