Python math.tau 常量
定义和用法
The math.tau
常量返回 tau 的值,即 6.283185307179586。
它被定义为圆周与半径之比。 Tau 是一个圆周常数,其值等同于 2π。
**注意:** 在数学上,tau 用 τ 表示。
语法
math.tau
技术细节
返回值 | 一个 float 值,6.283185307179586,表示数学常数 tau |
---|---|
Python 版本 | 3.6 |
The math.tau
常量返回 tau 的值,即 6.283185307179586。
它被定义为圆周与半径之比。 Tau 是一个圆周常数,其值等同于 2π。
**注意:** 在数学上,tau 用 τ 表示。
math.tau
返回值 | 一个 float 值,6.283185307179586,表示数学常数 tau |
---|---|
Python 版本 | 3.6 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]