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

沒有留言:

張貼留言