Skip to content

Commit 911be05

Browse files
authored
Update 1524-system-pi.markdown
1 parent 82f0a1a commit 911be05

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# PI
22

3-
> PI
3+
> n = PI
44
5-
Holds PI
5+
Returns PI. See: [Wikipedia](https://en.wikipedia.org/wiki/Pi)
66

7-
See: <https://en.wikipedia.org/wiki/Pi>
7+
### Example
88

9+
```
10+
print PI ' Output 3.1415...
11+
print cos(2*PI) ' Output: 1
12+
```

0 commit comments

Comments
 (0)