Skip to content

Commit abf3ac9

Browse files
authored
Update 722-math-cos.markdown
1 parent 80a94d9 commit abf3ac9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_build/reference/722-math-cos.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
55
Cosine.
66

7+
```
8+
a = cos(0.5)
9+
print a
10+
11+
b = acos(a)
12+
print b
13+
```
14+
15+
See SIN, TAN and ATAN.
716

817
~~~
918

0 commit comments

Comments
 (0)