We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4b7f5 commit e4458e6Copy full SHA for e4458e6
1 file changed
teaching python/libraries/math library/xponent
@@ -0,0 +1,5 @@
1
+this is for exponent:
2
+
3
+print(math.exp(2)) Output: 7.3890560989306495 (e^2)
4
5
+pretty simple.
0 commit comments