Skip to content

Commit 127fa77

Browse files
authored
Update 730-math-exp.markdown
1 parent 32d4051 commit 127fa77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_build/reference/730-math-exp.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
55
Returns the value of e raised to the power of x.
66

7+
```
8+
a = exp(2)
9+
print a
710
11+
b = log(a)
12+
print b
13+
```

0 commit comments

Comments
 (0)