如何在python中使用三角函数

如何在python中使用三角函数

python中使用三角函数的方法

1.正弦函数

python中的正弦函数是sin()函数,其作用是返回的x弧度的正弦值。

sin()函数语法:

math.sin(x)

sin()函数使用方法:

import math #导入math模块

print "sin(3) : ", math.sin(3)

print "sin(-3) : ", math.sin(-3)

print "sin(0) : ", math.sin(0)

print "sin(math.pi) : ", math.sin(math.pi)

print "sin(math.pi/2) : ", math.sin(math.pi/2)

2.余弦函数

python中的cos()函数,其作用是返回x的弧度的余弦值。

cos()函数语法:

math.cos(x)

cos()函数使用方法:

import math #导入math模块

print "cos(3) : ", math.cos(3)

print "cos(-3) : ", math.cos(-3)

print "cos(0) : ", math.cos(0)

print "cos(math.pi) : ", math.cos(math.pi)

print "cos(2*math.pi) : ", math.cos(2*math.pi)

3.正切函数

python中的正切函数是tan()函数,其作用是返回x弧度的正切值。

tan()函数语法:

math.tan(x)

tan()函数使用方法:

import math #导入math模块

print "tan(3) : ", math.tan(3)

print "tan(-3) : ", math.tan(-3)

print "tan(0) : ", math.tan(0)

print "tan(math.pi) : ", math.tan(math.pi)

print "tan(math.pi/2) : ", math.tan(math.pi/2)

print "tan(math.pi/4) : ", math.tan(math.pi/4)

我们的服务
专业提供中小企业网站建设.公司网站建设.外贸网站建设.营销型网站建设,响应式网站建设,商城网站定制,手机网站,微信小程序定制.php应用开发服务,公司成立于2014年,8年专注网站建设,秉承“以客户为根本,以科技为核心,以市场为导向”的经营理念;服务电话13714666846(微信同号)

声明:本站所有作品(图文、音视频)均由用户自行上传分享,或互联网相关知识整合,仅供网友学习交流,若您的权利被侵害,请联系 管理员 删除。

本文链接:http://news.ew35.com/