Python math.pi 常数
例如:
打印PI的值:
# Import math Libraryimport math# 打印pi的值print (math.pi)
1、定义和用法
math.pi
常量返回PI的值:3.141592653589793。
注意:数学上PI由π表示。
2、调用语法
math.pi
3、方法说明
返回值: |
|
Python Version: | 1.4 |
例如:
打印PI的值:
# Import math Libraryimport math# 打印pi的值print (math.pi)
math.pi
常量返回PI的值:3.141592653589793。
注意:数学上PI由π表示。
math.pi
返回值: |
|
Python Version: | 1.4 |