목차
math.e 예제 math.e 정의 math.e 구문
math.e 예제
import math print (math.e) 결과값: 2.718281828459045
import math
print (math.e)
결과값: 2.718281828459045
math.e 정의
오일러 상수 (= 2.718281828459045) 반환. ※ Python 1.5 이상.
오일러 상수 (= 2.718281828459045) 반환.
※ Python 1.5 이상.
math.e 구문
math.e [반환값] 2.718281828459045 반환. ※ float 형식.
math.e
[반환값]
2.718281828459045 반환.
※ float 형식.
최신댓글