LinZino的筆記
為開發者們在網路上出一份心力
2017年10月16日 星期一
python3 指數運算 開根號
冪運算 是大陸用語,台灣叫做指數運算。
1. ** 就是做
指數運算 的意思。
開根號
In [7]: 4 ** 0.5
Out[7]: 2.0
2. import math
import
math math
.
sqrt
(
x
)
http://www.runoob.com/python/func-number-sqrt.html
整數除法
In [11]:5.6 //1
Out[11]: 5.0
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)