We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d4051 commit 127fa77Copy full SHA for 127fa77
_build/reference/730-math-exp.markdown
@@ -4,4 +4,10 @@
4
5
Returns the value of e raised to the power of x.
6
7
+```
8
+a = exp(2)
9
+print a
10
11
+b = log(a)
12
+print b
13
0 commit comments