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

溫馨提示×

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
巍山| 绥宁县| 景德镇市| 集安市| 金华市| 栾城县| 赫章县| 永川市| 景德镇市| 盐津县| 全椒县| 墨脱县| 南陵县| 会同县| 酉阳| 武清区| 成武县| 竹溪县| 杂多县| 久治县| 元阳县| 左权县| 共和县| 金川县| 华容县| 永城市| 寻乌县| 洪江市| 龙海市| 汝州市| 大埔区| 务川| 宕昌县| 远安县| 黎城县| 那曲县| 叙永县| 多伦县| 南漳县| 永德县| 乌苏市|