python如何引入数学函数 python引入数学函数用什么

主机教程 建站分享 2年前 (2022-11-20) 182次浏览

文章摘要:python如何引入数学函数 python引入数学函数用什么

在python中引入数学函数的方法 python中使用数学函数时需要引入math数学模块 1.math.rad […]

在python中引入数学函数的方法

python中使用数学函数时需要引入math数学模块

1.math.radians()函数

math.sqrt()函数可以将角度转弧度

用法:

>>>import math

>>>math.radians(57.29578)

>>>0.9948376736367679

2. math.pi函数

math.pi函数的功能是计算圆周率

用法:

>>>import math

>>>math.pi

>>>3.141592653589793


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:python如何引入数学函数 python引入数学函数用什么
文章链接:http://www.7966.org/post/16046.html
转载请注明出处

喜欢 (0)