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

溫馨提示×

python怎么引入sqrt函數

九三
2702
2021-02-14 17:41:25
欄目: 編程語言

python怎么引入sqrt函數

在python中引入sqrt函數的方法

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

sqrt():sqrt函數的作用是返回一個數的平方根。

sqrt()函數語法:

import math

math.sqrt( x )

使用方法:

import math #導入math模塊

print "math.sqrt(100) : ", math.sqrt(100)

print "math.sqrt(7) : ", math.sqrt(7)

print "math.sqrt(math.pi) : ", math.sqrt(math.pi)

輸出結果為:

math.sqrt(100) : 10.0

math.sqrt(7) : 2.64575131106

math.sqrt(math.pi) : 1.77245385091

0
岳西县| 安图县| 翼城县| 哈尔滨市| 马鞍山市| 达日县| 平阴县| 松阳县| 秦安县| 永泰县| 黄梅县| 松桃| 集贤县| 修文县| 马公市| 政和县| 赤壁市| 册亨县| 淳化县| 聂荣县| 工布江达县| 共和县| 同仁县| 绥江县| 扶沟县| 蓬莱市| 本溪市| 南木林县| 泸溪县| 肇州县| 屏东县| 博湖县| 潞西市| 西丰县| 云龙县| 盘山县| 白河县| 康保县| 南陵县| 曲松县| 屏边|