Python math.tau 常数
例如:
打印tau值:
# Import math Library
import math
# 打印tau的值
print (math.tau)
1、定义和用法
math.tau
常量返回tau的值,即6.283185307179586。
定义为圆周与半径之比。 Tau是一个圆常数,其值等于2π。
注意:数学上tau用τ表示。
2、调用语法
math.tau
3、方法说明
返回值: |
|
Python Version: | 3.6 |
Python math.tau 常数
例如:
打印tau值:
# Import math Library
import math
# 打印tau的值
print (math.tau)
math.tau
常量返回tau的值,即6.283185307179586。
定义为圆周与半径之比。 Tau是一个圆常数,其值等于2π。
注意:数学上tau用τ表示。
math.tau
返回值: |
|
Python Version: | 3.6 |