美文网首页
python 之中常用的函数---------数学函数

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

作者: Littleston | 来源:发表于2018-04-26 17:26 被阅读0次

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

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

    eg:import math 

    math.sqrt(2)

    1.414213       

    相关文章

      网友评论

          本文标题:python 之中常用的函数---------数学函数

          本文链接:https://www.haomeiwen.com/subject/dzzpqftx.html