中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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
肥东县| 海宁市| 晋中市| 馆陶县| 宜城市| 清徐县| 怀化市| 康定县| 金川县| 明星| 勃利县| 磴口县| 江津市| 开原市| 云龙县| 成安县| 确山县| 内丘县| 丰镇市| 太湖县| 临沂市| 浪卡子县| 灯塔市| 六安市| 鹤峰县| 民县| 淳安县| 新郑市| 柘城县| 金寨县| 宿迁市| 乌兰察布市| 灵璧县| 奈曼旗| 思南县| 永春县| 隆林| 宾阳县| 福安市| 措勤县| 松阳县|