91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

如何在python中使用三角函數

九三
2694
2021-01-28 19:09:50
欄目: 編程語言

如何在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)

0
堆龙德庆县| 彭山县| 常熟市| 锡林浩特市| 武乡县| 本溪市| 育儿| 大竹县| 河池市| 凉城县| 通渭县| 恩平市| 扎赉特旗| 察雅县| 辽阳县| 恭城| 黄山市| 东乡族自治县| 宁国市| 丰原市| 敖汉旗| 苏尼特右旗| 嘉禾县| 德格县| 岑溪市| 林州市| 安陆市| 桂阳县| 宁强县| 沿河| 方山县| 榆社县| 仪征市| 吉林省| 大埔区| 白水县| 樟树市| 隆尧县| 宁波市| 哈密市| 普定县|