fix(guide): simplify directory structure

This commit is contained in:
Mrugesh Mohapatra
2018-10-16 21:26:13 +05:30
parent f989c28c52
commit da0df12ab7
35752 changed files with 0 additions and 317652 deletions

View File

@@ -0,0 +1,19 @@
---
title: Math PI
localeTitle: 数学PI
---
## 数学PI
`Math.PI`是Math对象的静态属性。它表示数学常数定义为圆周长与直径的比值。它大约是3.14149,通常用希腊字母π表示。
![pi由pi制成](https://c1.staticflickr.com/2/1207/3352784321_0d648bec78.jpg)
## 例子
```js
Math.PI \\ 3.141592653589793
```
#### 更多信息:
[MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/PI)