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

溫馨提示×

python怎么導入cos函數

九三
324
2021-02-14 11:18:49
欄目: 編程語言

python怎么導入cos函數

在python中導入cos函數的方法

在python中使用cos函數時,cos()函數無法直接訪問,需要先導入math模塊,在通過靜態對象調用;

cos():cos函數的作用是返回x的弧度的余弦值。

cos()函數語法:

import math

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)

輸出結果為:

cos(3) : -0.9899924966

cos(-3) : -0.9899924966

cos(0) : 1.0

cos(math.pi) : -1.0

cos(2*math.pi) : 1.0

0
绍兴市| 综艺| 亚东县| 海丰县| 女性| 隆化县| 延川县| 新田县| 乌兰浩特市| 娱乐| 邯郸县| 尉氏县| 甘肃省| 华池县| 淮北市| 平原县| 郸城县| 广元市| 安宁市| 墨竹工卡县| 开原市| 监利县| 昌邑市| 禹城市| 绍兴市| 财经| 申扎县| 黔江区| 涡阳县| 瓦房店市| 玉屏| 安宁市| 华安县| 孟村| 惠来县| 孙吴县| 宜兰市| 谷城县| 建宁县| 兴宁市| 杭锦旗|