파이썬 exp()

1 개요[ | ]

파이썬 exp()
import math
print( math.exp(2) ) # 7.38905609893065
import math
for i in range(10):
    print( i, math.exp(i) )

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}