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

溫馨提示×

python中對數函數如何表示

養魚的貓咪
502
2021-03-05 08:01:12
欄目: 編程語言

python中對數函數如何表示

在python中使用log()方法表示對數函數,具體方法如下:

log()語法:

math.log(x[, base])

參數:

x:數值表達式。

base:表示底數,默認為e。

log()使用方法:

import math # 導入math模塊

print "math.log(100.12) : ", math.log(100.12)

print "math.log(100.72) : ", math.log(100.72)

print "math.log(119L) : ", math.log(119L)

print "math.log(math.pi) : ", math.log(math.pi)# 設置底數

print "math.log(10,2) : ", math.log(10,2)

輸出結果為:

math.log(100.12) : 4.60636946656

math.log(100.72) : 4.61234438974

math.log(119L) : 4.77912349311

math.log(math.pi) : 1.14472988585

math.log(10,2) : 3.32192809489

0
陆川县| 大足县| 裕民县| 邵阳县| 济源市| 辉南县| 神农架林区| 永善县| 邯郸市| 麻城市| 山丹县| 漳州市| 平塘县| 通州区| 泰宁县| 青岛市| 会同县| 宁乡县| 汝州市| 四会市| 全南县| 青浦区| 大同县| 黎城县| 延长县| 思南县| 焦作市| 仙居县| 沙雅县| 许昌市| 玉田县| 巫溪县| 涡阳县| 祁连县| 宿迁市| 临西县| 兴山县| 疏附县| 望城县| 蓬溪县| 禄丰县|