Skip to content

Commit e4458e6

Browse files
authored
Create xponent
1 parent 5a4b7f5 commit e4458e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • teaching python/libraries/math library
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)